Html Css Color HEX #BBD0C1 Edgewater

📋 copy color: '#BBD0C1'

red 187 ◦ green 208 ◦ blue 193

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

Shades of Edgewater #BBD0C1

Tints of Edgewater #BBD0C1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.37%

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

R = 31.8%
G = 35.37%
B = 32.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#BBD0C1 (or 0xBBD0C1) is known color: Edgewater. HEX triplet: BB, D0 and C1. RGB value is (187,208,193). Sum of RGB (Red+Green+Blue) = 187+208+193=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0C1 is #442F3E. Grayscale: #C8C8C8. Windows color (decimal): -4468543 or 12701883. OLE color: 12701883.

HSL color Cylindrical-coordinate representation of color #BBD0C1: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBD0C1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 193 -
CMYK 0.10 0 0.07 0.18
HSL 137.14º 0.18% 0.77% -
HSV(B) 137.14º 0.1% 0.82% -
XYZ 52.68 59.53 59.17 -
YUV 200.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 187 208 193 0.10 0 0.07 0.18 137.14 0.18 0.77
Hex BB D0 C1 A 0 7 12 89 12 4D
Octal 273 320 301 12 0 7 22 211 22 115
Binary 10111011 11010000 11000001 1010 0 111 10010 10001001 10010 1001101

Color Harmonies of #BBD0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0C1

Black with #BBD0C1

Text Example


Text Example

White with #BBD0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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