Html Css Color HEX #BCD0CE Geyser

📋 copy color: '#BCD0CE'

red 188 ◦ green 208 ◦ blue 206

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

Shades of Geyser #BCD0CE

Tints of Geyser #BCD0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 31.23%
G = 34.55%
B = 34.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#BCD0CE (or 0xBCD0CE) is known color: Geyser. HEX triplet: BC, D0 and CE. RGB value is (188,208,206). Sum of RGB (Red+Green+Blue) = 188+208+206=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0CE is #432F31. Grayscale: #C9C9C9. Windows color (decimal): -4402994 or 13553852. OLE color: 13553852.

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

Color convert

RGB 188 208 206 -
CMYK 0.10 0 0.01 0.18
HSL 174º 0.18% 0.78% -
HSV(B) 174º 0.1% 0.82% -
XYZ 54.44 60.26 67.15 -
YUV 201.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 188 208 206 0.10 0 0.01 0.18 174 0.18 0.78
Hex BC D0 CE A 0 1 12 AE 12 4E
Octal 274 320 316 12 0 1 22 256 22 116
Binary 10111100 11010000 11001110 1010 0 1 10010 10101110 10010 1001110

Color Harmonies of #BCD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0CE

Black with #BCD0CE

Text Example


Text Example

White with #BCD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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