Html Css Color HEX #BBDBC7 Edgewater

📋 copy color: '#BBDBC7'

red 187 ◦ green 219 ◦ blue 199

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

Shades of Edgewater #BBDBC7

Tints of Edgewater #BBDBC7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 199 (78.13% from 255) = 32.89%

R = 30.91%
G = 36.2%
B = 32.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BBDBC7 (or 0xBBDBC7) is known color: Edgewater. HEX triplet: BB, DB and C7. RGB value is (187,219,199). Sum of RGB (Red+Green+Blue) = 187+219+199=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC7 is #442438. Grayscale: #CFCFCF. Windows color (decimal): -4465721 or 13097915. OLE color: 13097915.

HSL color Cylindrical-coordinate representation of color #BBDBC7: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBC7 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 199 -
CMYK 0.15 0 0.09 0.14
HSL 142.5º 0.31% 0.8% -
HSV(B) 142.5º 0.15% 0.86% -
XYZ 56.13 65.35 63.69 -
YUV 207.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 187 219 199 0.15 0 0.09 0.14 142.5 0.31 0.8
Hex BB DB C7 F 0 9 E 8E 1F 50
Octal 273 333 307 17 0 11 16 216 37 120
Binary 10111011 11011011 11000111 1111 0 1001 1110 10001110 11111 1010000

Color Harmonies of #BBDBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBC7

Black with #BBDBC7

Text Example


Text Example

White with #BBDBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBC7; }

 p { color: rgb(187,219,199); }

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

background-color css

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

 a { background-color: rgb(187,219,199); }

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

border-color css

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

 span { border-color: rgb(187,219,199); }

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