Html Css Color HEX #BBD6C1 Edgewater

📋 copy color: '#BBD6C1'

red 187 ◦ green 214 ◦ blue 193

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

Shades of Edgewater #BBD6C1

Tints of Edgewater #BBD6C1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.03%

 BLUE value IS 193 (75.78% from 255) = 32.49%

R = 31.48%
G = 36.03%
B = 32.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#BBD6C1 (or 0xBBD6C1) is known color: Edgewater. HEX triplet: BB, D6 and C1. RGB value is (187,214,193). Sum of RGB (Red+Green+Blue) = 187+214+193=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6C1 is #44293E. Grayscale: #CBCBCB. Windows color (decimal): -4467007 or 12703419. OLE color: 12703419.

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

Color convert

RGB 187 214 193 -
CMYK 0.13 0 0.10 0.16
HSL 133.33º 0.25% 0.79% -
HSV(B) 133.33º 0.13% 0.84% -
XYZ 54.17 62.51 59.66 -
YUV 203.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 187 214 193 0.13 0 0.10 0.16 133.33 0.25 0.79
Hex BB D6 C1 D 0 A 10 85 19 4F
Octal 273 326 301 15 0 12 20 205 31 117
Binary 10111011 11010110 11000001 1101 0 1010 10000 10000101 11001 1001111

Color Harmonies of #BBD6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD6C1

Black with #BBD6C1

Text Example


Text Example

White with #BBD6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD6C1; }

 p { color: rgb(187,214,193); }

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

background-color css

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

 a { background-color: rgb(187,214,193); }

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

border-color css

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

 span { border-color: rgb(187,214,193); }

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