Html Css Color HEX #BCCECC Geyser

📋 copy color: '#BCCECC'

red 188 ◦ green 206 ◦ blue 204

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

Shades of Geyser #BCCECC

Tints of Geyser #BCCECC

RGB

 RED value IS 188 (73.83% from 255) = 31.44%

 GREEN value IS 206 (80.86% from 255) = 34.45%

 BLUE value IS 204 (80.08% from 255) = 34.11%

R = 31.44%
G = 34.45%
B = 34.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#BCCECC (or 0xBCCECC) is known color: Geyser. HEX triplet: BC, CE and CC. RGB value is (188,206,204). Sum of RGB (Red+Green+Blue) = 188+206+204=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECC is #433133. Grayscale: #C8C8C8. Windows color (decimal): -4403508 or 13422268. OLE color: 13422268.

HSL color Cylindrical-coordinate representation of color #BCCECC: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCECC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 204 -
CMYK 0.09 0 0.01 0.19
HSL 173.33º 0.16% 0.77% -
HSV(B) 173.33º 0.09% 0.81% -
XYZ 53.71 59.19 65.72 -
YUV 200.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 188 206 204 0.09 0 0.01 0.19 173.33 0.16 0.77
Hex BC CE CC 9 0 1 13 AD 10 4D
Octal 274 316 314 11 0 1 23 255 20 115
Binary 10111100 11001110 11001100 1001 0 1 10011 10101101 10000 1001101

Color Harmonies of #BCCECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCECC

Black with #BCCECC

Text Example


Text Example

White with #BCCECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCECC; }

 p { color: rgb(188,206,204); }

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

background-color css

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

 a { background-color: rgb(188,206,204); }

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

border-color css

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

 span { border-color: rgb(188,206,204); }

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