Html Css Color HEX #BBD8C2 Edgewater

📋 copy color: '#BBD8C2'

red 187 ◦ green 216 ◦ blue 194

#BBD8C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #BBD8C2

Tints of Edgewater #BBD8C2

RGB

 RED value IS 187 (73.44% from 255) = 31.32%

 GREEN value IS 216 (84.77% from 255) = 36.18%

 BLUE value IS 194 (76.17% from 255) = 32.5%

R = 31.32%
G = 36.18%
B = 32.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBD8C2 (or 0xBBD8C2) is known color: Edgewater. HEX triplet: BB, D8 and C2. RGB value is (187,216,194). Sum of RGB (Red+Green+Blue) = 187+216+194=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C2 is #44273D. Grayscale: #CCCCCC. Windows color (decimal): -4466494 or 12769467. OLE color: 12769467.

HSL color Cylindrical-coordinate representation of color #BBD8C2: hue angle of 134.48º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8C2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 194 -
CMYK 0.13 0 0.10 0.15
HSL 134.48º 0.27% 0.79% -
HSV(B) 134.48º 0.13% 0.85% -
XYZ 54.79 63.57 60.42 -
YUV 204.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 187 216 194 0.13 0 0.10 0.15 134.48 0.27 0.79
Hex BB D8 C2 D 0 A F 86 1B 4F
Octal 273 330 302 15 0 12 17 206 33 117
Binary 10111011 11011000 11000010 1101 0 1010 1111 10000110 11011 1001111

Color Harmonies of #BBD8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C2

Black with #BBD8C2

Text Example


Text Example

White with #BBD8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C2; }

 p { color: rgb(187,216,194); }

 H1.HeaderClassName
 {
   color: #BBD8C2;
 }
 .AnyTagClassName
 {
   color: #BBD8C2;
 }
</style>

background-color css

<style>
 a { background-color: #BBD8C2; }

 a { background-color: rgb(187,216,194); }

 div.DivClassName
 {
   background-color: #BBD8C2;
 }
 .BgClassName
 {
   background-color: #BBD8C2;
 }
</style>

border-color css

<style>
 span { border-color: #BBD8C2; }

 span { border-color: rgb(187,216,194); }

 td.TdClassName
 {
   border-color: #BBD8C2;
 }
 .TagClassName
 {
   border-color: #BBD8C2;
 }
</style>