Html Css Color HEX #BBD8C5 Edgewater

📋 copy color: '#BBD8C5'

red 187 ◦ green 216 ◦ blue 197

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

Shades of Edgewater #BBD8C5

Tints of Edgewater #BBD8C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.83%

R = 31.17%
G = 36%
B = 32.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#BBD8C5 (or 0xBBD8C5) is known color: Edgewater. HEX triplet: BB, D8 and C5. RGB value is (187,216,197). Sum of RGB (Red+Green+Blue) = 187+216+197=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C5 is #44273A. Grayscale: #CDCDCD. Windows color (decimal): -4466491 or 12966075. OLE color: 12966075.

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

Color convert

RGB 187 216 197 -
CMYK 0.13 0 0.09 0.15
HSL 140.69º 0.27% 0.79% -
HSV(B) 140.69º 0.13% 0.85% -
XYZ 55.13 63.71 62.21 -
YUV 205.16 123.39 115.04 -
System Red Green Blue C M Y K H S L
Decimal 187 216 197 0.13 0 0.09 0.15 140.69 0.27 0.79
Hex BB D8 C5 D 0 9 F 8D 1B 4F
Octal 273 330 305 15 0 11 17 215 33 117
Binary 10111011 11011000 11000101 1101 0 1001 1111 10001101 11011 1001111

Color Harmonies of #BBD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C5

Black with #BBD8C5

Text Example


Text Example

White with #BBD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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