Html Css Color HEX #BBD5C2 Edgewater

📋 copy color: '#BBD5C2'

red 187 ◦ green 213 ◦ blue 194

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

Shades of Edgewater #BBD5C2

Tints of Edgewater #BBD5C2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.86%

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

R = 31.48%
G = 35.86%
B = 32.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#BBD5C2 (or 0xBBD5C2) is known color: Edgewater. HEX triplet: BB, D5 and C2. RGB value is (187,213,194). Sum of RGB (Red+Green+Blue) = 187+213+194=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C2 is #442A3D. Grayscale: #CBCBCB. Windows color (decimal): -4467262 or 12768699. OLE color: 12768699.

HSL color Cylindrical-coordinate representation of color #BBD5C2: hue angle of 136.15º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 194 -
CMYK 0.12 0 0.09 0.16
HSL 136.15º 0.24% 0.78% -
HSV(B) 136.15º 0.12% 0.84% -
XYZ 54.03 62.05 60.17 -
YUV 203.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 187 213 194 0.12 0 0.09 0.16 136.15 0.24 0.78
Hex BB D5 C2 C 0 9 10 88 18 4E
Octal 273 325 302 14 0 11 20 210 30 116
Binary 10111011 11010101 11000010 1100 0 1001 10000 10001000 11000 1001110

Color Harmonies of #BBD5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5C2

Black with #BBD5C2

Text Example


Text Example

White with #BBD5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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