Html Css Color HEX #BBDCC4 Edgewater

📋 copy color: '#BBDCC4'

red 187 ◦ green 220 ◦ blue 196

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

Shades of Edgewater #BBDCC4

Tints of Edgewater #BBDCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.5%

R = 31.01%
G = 36.48%
B = 32.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#BBDCC4 (or 0xBBDCC4) is known color: Edgewater. HEX triplet: BB, DC and C4. RGB value is (187,220,196). Sum of RGB (Red+Green+Blue) = 187+220+196=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCC4 is #44233B. Grayscale: #CFCFCF. Windows color (decimal): -4465468 or 12901563. OLE color: 12901563.

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

Color convert

RGB 187 220 196 -
CMYK 0.15 0 0.11 0.14
HSL 136.36º 0.32% 0.8% -
HSV(B) 136.36º 0.15% 0.86% -
XYZ 56.05 65.74 61.96 -
YUV 207.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 187 220 196 0.15 0 0.11 0.14 136.36 0.32 0.8
Hex BB DC C4 F 0 B E 88 20 50
Octal 273 334 304 17 0 13 16 210 40 120
Binary 10111011 11011100 11000100 1111 0 1011 1110 10001000 100000 1010000

Color Harmonies of #BBDCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDCC4

Black with #BBDCC4

Text Example


Text Example

White with #BBDCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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