Html Css Color HEX #BBDAC3 Edgewater

📋 copy color: '#BBDAC3'

red 187 ◦ green 218 ◦ blue 195

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

Shades of Edgewater #BBDAC3

Tints of Edgewater #BBDAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.5%

R = 31.17%
G = 36.33%
B = 32.5%

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

#BBDAC3 (or 0xBBDAC3) is known color: Edgewater. HEX triplet: BB, DA and C3. RGB value is (187,218,195). Sum of RGB (Red+Green+Blue) = 187+218+195=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 195 (76.56% from 255 or 32.5% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAC3 is #44253C. Grayscale: #CECECE. Windows color (decimal): -4465981 or 12835515. OLE color: 12835515.

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

Color convert

RGB 187 218 195 -
CMYK 0.14 0 0.11 0.15
HSL 135.48º 0.3% 0.79% -
HSV(B) 135.48º 0.14% 0.85% -
XYZ 55.42 64.65 61.19 -
YUV 206.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 187 218 195 0.14 0 0.11 0.15 135.48 0.3 0.79
Hex BB DA C3 E 0 B F 87 1E 4F
Octal 273 332 303 16 0 13 17 207 36 117
Binary 10111011 11011010 11000011 1110 0 1011 1111 10000111 11110 1001111

Color Harmonies of #BBDAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDAC3

Black with #BBDAC3

Text Example


Text Example

White with #BBDAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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