Html Css Color HEX #BBDCC1 Edgewater

📋 copy color: '#BBDCC1'

red 187 ◦ green 220 ◦ blue 193

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

Shades of Edgewater #BBDCC1

Tints of Edgewater #BBDCC1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.67%

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

R = 31.17%
G = 36.67%
B = 32.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#BBDCC1 (or 0xBBDCC1) is known color: Edgewater. HEX triplet: BB, DC and C1. RGB value is (187,220,193). Sum of RGB (Red+Green+Blue) = 187+220+193=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC1 is #44233E. Grayscale: #CFCFCF. Windows color (decimal): -4465471 or 12704955. OLE color: 12704955.

HSL color Cylindrical-coordinate representation of color #BBDCC1: hue angle of 130.91º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCC1 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 220 193 -
CMYK 0.15 0 0.12 0.14
HSL 130.91º 0.32% 0.8% -
HSV(B) 130.91º 0.15% 0.86% -
XYZ 55.71 65.6 60.18 -
YUV 207.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 187 220 193 0.15 0 0.12 0.14 130.91 0.32 0.8
Hex BB DC C1 F 0 C E 83 20 50
Octal 273 334 301 17 0 14 16 203 40 120
Binary 10111011 11011100 11000001 1111 0 1100 1110 10000011 100000 1010000

Color Harmonies of #BBDCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCC1

Black with #BBDCC1

Text Example


Text Example

White with #BBDCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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