Html Css Color HEX #BCC1CE Link Water

📋 copy color: '#BCC1CE'

red 188 ◦ green 193 ◦ blue 206

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

Shades of Link Water #BCC1CE

Tints of Link Water #BCC1CE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.88%

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

R = 32.03%
G = 32.88%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC1CE (or 0xBCC1CE) is known color: Link Water. HEX triplet: BC, C1 and CE. RGB value is (188,193,206). Sum of RGB (Red+Green+Blue) = 188+193+206=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1CE is #433E31. Grayscale: #C0C0C0. Windows color (decimal): -4406834 or 13550012. OLE color: 13550012.

HSL color Cylindrical-coordinate representation of color #BCC1CE: hue angle of 223.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 #BCC1CE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 193 206 -
CMYK 0.09 0.06 0 0.19
HSL 223.33º 0.16% 0.77% -
HSV(B) 223.33º 0.09% 0.81% -
XYZ 50.95 53.29 65.99 -
YUV 192.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 188 193 206 0.09 0.06 0 0.19 223.33 0.16 0.77
Hex BC C1 CE 9 6 0 13 DF 10 4D
Octal 274 301 316 11 6 0 23 337 20 115
Binary 10111100 11000001 11001110 1001 110 0 10011 11011111 10000 1001101

Color Harmonies of #BCC1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1CE

Black with #BCC1CE

Text Example


Text Example

White with #BCC1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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