Html Css Color HEX #BBD5C0 Edgewater

📋 copy color: '#BBD5C0'

red 187 ◦ green 213 ◦ blue 192

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

Shades of Edgewater #BBD5C0

Tints of Edgewater #BBD5C0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

 BLUE value IS 192 (75.39% from 255) = 32.43%

R = 31.59%
G = 35.98%
B = 32.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BBD5C0 (or 0xBBD5C0) is known color: Edgewater. HEX triplet: BB, D5 and C0. RGB value is (187,213,192). Sum of RGB (Red+Green+Blue) = 187+213+192=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5C0 is #442A3F. Grayscale: #CACACA. Windows color (decimal): -4467264 or 12637627. OLE color: 12637627.

HSL color Cylindrical-coordinate representation of color #BBD5C0: hue angle of 131.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5C0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 192 -
CMYK 0.12 0 0.10 0.16
HSL 131.54º 0.24% 0.78% -
HSV(B) 131.54º 0.12% 0.84% -
XYZ 53.8 61.96 58.99 -
YUV 202.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 187 213 192 0.12 0 0.10 0.16 131.54 0.24 0.78
Hex BB D5 C0 C 0 A 10 84 18 4E
Octal 273 325 300 14 0 12 20 204 30 116
Binary 10111011 11010101 11000000 1100 0 1010 10000 10000100 11000 1001110

Color Harmonies of #BBD5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD5C0

Black with #BBD5C0

Text Example


Text Example

White with #BBD5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD5C0; }

 p { color: rgb(187,213,192); }

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

background-color css

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

 a { background-color: rgb(187,213,192); }

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

border-color css

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

 span { border-color: rgb(187,213,192); }

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