Html Css Color HEX #BBDAC2 Edgewater

📋 copy color: '#BBDAC2'

red 187 ◦ green 218 ◦ blue 194

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

Shades of Edgewater #BBDAC2

Tints of Edgewater #BBDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.39%

R = 31.22%
G = 36.39%
B = 32.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BBDAC2 (or 0xBBDAC2) is known color: Edgewater. HEX triplet: BB, DA and C2. RGB value is (187,218,194). Sum of RGB (Red+Green+Blue) = 187+218+194=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC2 is #44253D. Grayscale: #CECECE. Windows color (decimal): -4465982 or 12769979. OLE color: 12769979.

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

Color convert

RGB 187 218 194 -
CMYK 0.14 0 0.11 0.15
HSL 133.55º 0.3% 0.79% -
HSV(B) 133.55º 0.14% 0.85% -
XYZ 55.3 64.6 60.59 -
YUV 206 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 187 218 194 0.14 0 0.11 0.15 133.55 0.3 0.79
Hex BB DA C2 E 0 B F 86 1E 4F
Octal 273 332 302 16 0 13 17 206 36 117
Binary 10111011 11011010 11000010 1110 0 1011 1111 10000110 11110 1001111

Color Harmonies of #BBDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAC2

Black with #BBDAC2

Text Example


Text Example

White with #BBDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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