Html Css Color HEX #BBDBC4 Edgewater

📋 copy color: '#BBDBC4'

red 187 ◦ green 219 ◦ blue 196

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

Shades of Edgewater #BBDBC4

Tints of Edgewater #BBDBC4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 31.06%
G = 36.38%
B = 32.56%

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

#BBDBC4 (or 0xBBDBC4) is known color: Edgewater. HEX triplet: BB, DB and C4. RGB value is (187,219,196). Sum of RGB (Red+Green+Blue) = 187+219+196=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBC4 is #44243B. Grayscale: #CECECE. Windows color (decimal): -4465724 or 12901307. OLE color: 12901307.

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

Color convert

RGB 187 219 196 -
CMYK 0.15 0 0.11 0.14
HSL 136.88º 0.31% 0.8% -
HSV(B) 136.88º 0.15% 0.86% -
XYZ 55.79 65.21 61.87 -
YUV 206.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 187 219 196 0.15 0 0.11 0.14 136.88 0.31 0.8
Hex BB DB C4 F 0 B E 89 1F 50
Octal 273 333 304 17 0 13 16 211 37 120
Binary 10111011 11011011 11000100 1111 0 1011 1110 10001001 11111 1010000

Color Harmonies of #BBDBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBC4

Black with #BBDBC4

Text Example


Text Example

White with #BBDBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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