Html Css Color HEX #BBD8C1 Edgewater

📋 copy color: '#BBD8C1'

red 187 ◦ green 216 ◦ blue 193

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

Shades of Edgewater #BBD8C1

Tints of Edgewater #BBD8C1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.24%

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

R = 31.38%
G = 36.24%
B = 32.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#BBD8C1 (or 0xBBD8C1) is known color: Edgewater. HEX triplet: BB, D8 and C1. RGB value is (187,216,193). Sum of RGB (Red+Green+Blue) = 187+216+193=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8C1 is #44273E. Grayscale: #CCCCCC. Windows color (decimal): -4466495 or 12703931. OLE color: 12703931.

HSL color Cylindrical-coordinate representation of color #BBD8C1: hue angle of 132.41º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8C1 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 216 193 -
CMYK 0.13 0 0.11 0.15
HSL 132.41º 0.27% 0.79% -
HSV(B) 132.41º 0.13% 0.85% -
XYZ 54.68 63.53 59.83 -
YUV 204.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 187 216 193 0.13 0 0.11 0.15 132.41 0.27 0.79
Hex BB D8 C1 D 0 B F 84 1B 4F
Octal 273 330 301 15 0 13 17 204 33 117
Binary 10111011 11011000 11000001 1101 0 1011 1111 10000100 11011 1001111

Color Harmonies of #BBD8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD8C1

Black with #BBD8C1

Text Example


Text Example

White with #BBD8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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