Html Css Color HEX #BCC8DD Link Water

📋 copy color: '#BCC8DD'

red 188 ◦ green 200 ◦ blue 221

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

Shades of Link Water #BCC8DD

Tints of Link Water #BCC8DD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.84%

 BLUE value IS 221 (86.72% from 255) = 36.29%

R = 30.87%
G = 32.84%
B = 36.29%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCC8DD (or 0xBCC8DD) is known color: Link Water. HEX triplet: BC, C8 and DD. RGB value is (188,200,221). Sum of RGB (Red+Green+Blue) = 188+200+221=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8DD is #433722. Grayscale: #C6C6C6. Windows color (decimal): -4405027 or 14534844. OLE color: 14534844.

HSL color Cylindrical-coordinate representation of color #BCC8DD: hue angle of 218.18º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC8DD is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 200 221 -
CMYK 0.15 0.10 0 0.13
HSL 218.18º 0.33% 0.8% -
HSV(B) 218.18º 0.15% 0.87% -
XYZ 54.44 57.22 76.58 -
YUV 198.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 188 200 221 0.15 0.10 0 0.13 218.18 0.33 0.8
Hex BC C8 DD F A 0 D DA 21 50
Octal 274 310 335 17 12 0 15 332 41 120
Binary 10111100 11001000 11011101 1111 1010 0 1101 11011010 100001 1010000

Color Harmonies of #BCC8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8DD

Black with #BCC8DD

Text Example


Text Example

White with #BCC8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8DD; }

 p { color: rgb(188,200,221); }

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

background-color css

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

 a { background-color: rgb(188,200,221); }

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

border-color css

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

 span { border-color: rgb(188,200,221); }

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