Html Css Color HEX #BBD8C6 Edgewater

📋 copy color: '#BBD8C6'

red 187 ◦ green 216 ◦ blue 198

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

Shades of Edgewater #BBD8C6

Tints of Edgewater #BBD8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.95%

R = 31.11%
G = 35.94%
B = 32.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#BBD8C6 (or 0xBBD8C6) is known color: Edgewater. HEX triplet: BB, D8 and C6. RGB value is (187,216,198). Sum of RGB (Red+Green+Blue) = 187+216+198=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 198 (77.73% from 255 or 32.95% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C6 is #442739. Grayscale: #CDCDCD. Windows color (decimal): -4466490 or 13031611. OLE color: 13031611.

HSL color Cylindrical-coordinate representation of color #BBD8C6: hue angle of 142.76º 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 #BBD8C6 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 198 -
CMYK 0.13 0 0.08 0.15
HSL 142.76º 0.27% 0.79% -
HSV(B) 142.76º 0.13% 0.85% -
XYZ 55.24 63.75 62.82 -
YUV 205.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 187 216 198 0.13 0 0.08 0.15 142.76 0.27 0.79
Hex BB D8 C6 D 0 8 F 8F 1B 4F
Octal 273 330 306 15 0 10 17 217 33 117
Binary 10111011 11011000 11000110 1101 0 1000 1111 10001111 11011 1001111

Color Harmonies of #BBD8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C6

Black with #BBD8C6

Text Example


Text Example

White with #BBD8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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