Html Css Color HEX #BCD1CF Geyser

📋 copy color: '#BCD1CF'

red 188 ◦ green 209 ◦ blue 207

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

Shades of Geyser #BCD1CF

Tints of Geyser #BCD1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 207 (81.25% from 255) = 34.27%

R = 31.13%
G = 34.6%
B = 34.27%

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

#BCD1CF (or 0xBCD1CF) is known color: Geyser. HEX triplet: BC, D1 and CF. RGB value is (188,209,207). Sum of RGB (Red+Green+Blue) = 188+209+207=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1CF is #432E30. Grayscale: #CACACA. Windows color (decimal): -4402737 or 13619644. OLE color: 13619644.

HSL color Cylindrical-coordinate representation of color #BCD1CF: hue angle of 174.29º degrees, saturation: 0.19, 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 #BCD1CF is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 207 -
CMYK 0.10 0 0.01 0.18
HSL 174.29º 0.19% 0.78% -
HSV(B) 174.29º 0.1% 0.82% -
XYZ 54.8 60.8 67.88 -
YUV 202.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 188 209 207 0.10 0 0.01 0.18 174.29 0.19 0.78
Hex BC D1 CF A 0 1 12 AE 13 4E
Octal 274 321 317 12 0 1 22 256 23 116
Binary 10111100 11010001 11001111 1010 0 1 10010 10101110 10011 1001110

Color Harmonies of #BCD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1CF

Black with #BCD1CF

Text Example


Text Example

White with #BCD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1CF; }

 p { color: rgb(188,209,207); }

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

background-color css

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

 a { background-color: rgb(188,209,207); }

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

border-color css

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

 span { border-color: rgb(188,209,207); }

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