Html Css Color HEX #BBD3C2 Edgewater

📋 copy color: '#BBD3C2'

red 187 ◦ green 211 ◦ blue 194

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

Shades of Edgewater #BBD3C2

Tints of Edgewater #BBD3C2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.64%

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

R = 31.59%
G = 35.64%
B = 32.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#BBD3C2 (or 0xBBD3C2) is known color: Edgewater. HEX triplet: BB, D3 and C2. RGB value is (187,211,194). Sum of RGB (Red+Green+Blue) = 187+211+194=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C2 is #442C3D. Grayscale: #C9C9C9. Windows color (decimal): -4467774 or 12768187. OLE color: 12768187.

HSL color Cylindrical-coordinate representation of color #BBD3C2: hue angle of 137.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 194 -
CMYK 0.11 0 0.08 0.17
HSL 137.5º 0.21% 0.78% -
HSV(B) 137.5º 0.11% 0.83% -
XYZ 53.53 61.05 60 -
YUV 201.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 187 211 194 0.11 0 0.08 0.17 137.5 0.21 0.78
Hex BB D3 C2 B 0 8 11 8A 15 4E
Octal 273 323 302 13 0 10 21 212 25 116
Binary 10111011 11010011 11000010 1011 0 1000 10001 10001010 10101 1001110

Color Harmonies of #BBD3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3C2

Black with #BBD3C2

Text Example


Text Example

White with #BBD3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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