Html Css Color HEX #BBDAC7 Edgewater

📋 copy color: '#BBDAC7'

red 187 ◦ green 218 ◦ blue 199

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

Shades of Edgewater #BBDAC7

Tints of Edgewater #BBDAC7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.09%

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

R = 30.96%
G = 36.09%
B = 32.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#BBDAC7 (or 0xBBDAC7) is known color: Edgewater. HEX triplet: BB, DA and C7. RGB value is (187,218,199). Sum of RGB (Red+Green+Blue) = 187+218+199=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC7 is #442538. Grayscale: #CECECE. Windows color (decimal): -4465977 or 13097659. OLE color: 13097659.

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

Color convert

RGB 187 218 199 -
CMYK 0.14 0 0.09 0.15
HSL 143.23º 0.3% 0.79% -
HSV(B) 143.23º 0.14% 0.85% -
XYZ 55.87 64.83 63.6 -
YUV 206.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 187 218 199 0.14 0 0.09 0.15 143.23 0.3 0.79
Hex BB DA C7 E 0 9 F 8F 1E 4F
Octal 273 332 307 16 0 11 17 217 36 117
Binary 10111011 11011010 11000111 1110 0 1001 1111 10001111 11110 1001111

Color Harmonies of #BBDAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAC7

Black with #BBDAC7

Text Example


Text Example

White with #BBDAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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