Html Css Color HEX #BBD8C0 Edgewater

📋 copy color: '#BBD8C0'

red 187 ◦ green 216 ◦ blue 192

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

Shades of Edgewater #BBD8C0

Tints of Edgewater #BBD8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 32.27%

R = 31.43%
G = 36.3%
B = 32.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BBD8C0 (or 0xBBD8C0) is known color: Edgewater. HEX triplet: BB, D8 and C0. RGB value is (187,216,192). Sum of RGB (Red+Green+Blue) = 187+216+192=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 192 (75.39% from 255 or 32.27% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C0 is #44273F. Grayscale: #CCCCCC. Windows color (decimal): -4466496 or 12638395. OLE color: 12638395.

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

Color convert

RGB 187 216 192 -
CMYK 0.13 0 0.11 0.15
HSL 130.34º 0.27% 0.79% -
HSV(B) 130.34º 0.13% 0.85% -
XYZ 54.56 63.48 59.25 -
YUV 204.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 187 216 192 0.13 0 0.11 0.15 130.34 0.27 0.79
Hex BB D8 C0 D 0 B F 82 1B 4F
Octal 273 330 300 15 0 13 17 202 33 117
Binary 10111011 11011000 11000000 1101 0 1011 1111 10000010 11011 1001111

Color Harmonies of #BBD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C0

Black with #BBD8C0

Text Example


Text Example

White with #BBD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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