Html Css Color HEX #BCC2D2 Link Water

📋 copy color: '#BCC2D2'

red 188 ◦ green 194 ◦ blue 210

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

Shades of Link Water #BCC2D2

Tints of Link Water #BCC2D2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.77%

 BLUE value IS 210 (82.42% from 255) = 35.47%

R = 31.76%
G = 32.77%
B = 35.47%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC2D2 (or 0xBCC2D2) is known color: Link Water. HEX triplet: BC, C2 and D2. RGB value is (188,194,210). Sum of RGB (Red+Green+Blue) = 188+194+210=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 194 (76.17% from 255 or 32.77% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2D2 is #433D2D. Grayscale: #C1C1C1. Windows color (decimal): -4406574 or 13812412. OLE color: 13812412.

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

Color convert

RGB 188 194 210 -
CMYK 0.10 0.08 0 0.18
HSL 223.64º 0.2% 0.78% -
HSV(B) 223.64º 0.1% 0.82% -
XYZ 51.66 53.93 68.66 -
YUV 194.03 137.01 123.7 -
System Red Green Blue C M Y K H S L
Decimal 188 194 210 0.10 0.08 0 0.18 223.64 0.2 0.78
Hex BC C2 D2 A 8 0 12 E0 14 4E
Octal 274 302 322 12 10 0 22 340 24 116
Binary 10111100 11000010 11010010 1010 1000 0 10010 11100000 10100 1001110

Color Harmonies of #BCC2D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2D2

Black with #BCC2D2

Text Example


Text Example

White with #BCC2D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2D2; }

 p { color: rgb(188,194,210); }

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

background-color css

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

 a { background-color: rgb(188,194,210); }

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

border-color css

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

 span { border-color: rgb(188,194,210); }

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