Html Css Color HEX #BBD6C5 Edgewater

📋 copy color: '#BBD6C5'

red 187 ◦ green 214 ◦ blue 197

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

Shades of Edgewater #BBD6C5

Tints of Edgewater #BBD6C5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.79%

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

R = 31.27%
G = 35.79%
B = 32.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#BBD6C5 (or 0xBBD6C5) is known color: Edgewater. HEX triplet: BB, D6 and C5. RGB value is (187,214,197). Sum of RGB (Red+Green+Blue) = 187+214+197=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 197 (77.34% from 255 or 32.94% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6C5 is #44293A. Grayscale: #CCCCCC. Windows color (decimal): -4467003 or 12965563. OLE color: 12965563.

HSL color Cylindrical-coordinate representation of color #BBD6C5: hue angle of 142.22º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6C5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 197 -
CMYK 0.13 0 0.08 0.16
HSL 142.22º 0.25% 0.79% -
HSV(B) 142.22º 0.13% 0.84% -
XYZ 54.62 62.69 62.04 -
YUV 203.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 187 214 197 0.13 0 0.08 0.16 142.22 0.25 0.79
Hex BB D6 C5 D 0 8 10 8E 19 4F
Octal 273 326 305 15 0 10 20 216 31 117
Binary 10111011 11010110 11000101 1101 0 1000 10000 10001110 11001 1001111

Color Harmonies of #BBD6C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6C5

Black with #BBD6C5

Text Example


Text Example

White with #BBD6C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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