Html Css Color HEX #BBDFC4 Edgewater

📋 copy color: '#BBDFC4'

red 187 ◦ green 223 ◦ blue 196

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

Shades of Edgewater #BBDFC4

Tints of Edgewater #BBDFC4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

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

R = 30.86%
G = 36.8%
B = 32.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BBDFC4 (or 0xBBDFC4) is known color: Edgewater. HEX triplet: BB, DF and C4. RGB value is (187,223,196). Sum of RGB (Red+Green+Blue) = 187+223+196=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC4 is #44203B. Grayscale: #D1D1D1. Windows color (decimal): -4464700 or 12902331. OLE color: 12902331.

HSL color Cylindrical-coordinate representation of color #BBDFC4: hue angle of 135º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFC4 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 196 -
CMYK 0.16 0 0.12 0.13
HSL 135º 0.36% 0.8% -
HSV(B) 135º 0.16% 0.87% -
XYZ 56.85 67.33 62.22 -
YUV 209.16 120.57 112.2 -
System Red Green Blue C M Y K H S L
Decimal 187 223 196 0.16 0 0.12 0.13 135 0.36 0.8
Hex BB DF C4 10 0 C D 87 24 50
Octal 273 337 304 20 0 14 15 207 44 120
Binary 10111011 11011111 11000100 10000 0 1100 1101 10000111 100100 1010000

Color Harmonies of #BBDFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFC4

Black with #BBDFC4

Text Example


Text Example

White with #BBDFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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