Html Css Color HEX #BCC5DB Link Water

📋 copy color: '#BCC5DB'

red 188 ◦ green 197 ◦ blue 219

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

Shades of Link Water #BCC5DB

Tints of Link Water #BCC5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.62%

 BLUE value IS 219 (85.94% from 255) = 36.26%

R = 31.13%
G = 32.62%
B = 36.26%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC5DB (or 0xBCC5DB) is known color: Link Water. HEX triplet: BC, C5 and DB. RGB value is (188,197,219). Sum of RGB (Red+Green+Blue) = 188+197+219=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 197 (77.34% from 255 or 32.62% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DB is #433A24. Grayscale: #C4C4C4. Windows color (decimal): -4405797 or 14403004. OLE color: 14403004.

HSL color Cylindrical-coordinate representation of color #BCC5DB: hue angle of 222.58º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC5DB is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 197 219 -
CMYK 0.14 0.10 0 0.14
HSL 222.58º 0.3% 0.8% -
HSV(B) 222.58º 0.14% 0.86% -
XYZ 53.49 55.74 74.96 -
YUV 196.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 188 197 219 0.14 0.10 0 0.14 222.58 0.3 0.8
Hex BC C5 DB E A 0 E DF 1E 50
Octal 274 305 333 16 12 0 16 337 36 120
Binary 10111100 11000101 11011011 1110 1010 0 1110 11011111 11110 1010000

Color Harmonies of #BCC5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5DB

Black with #BCC5DB

Text Example


Text Example

White with #BCC5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5DB; }

 p { color: rgb(188,197,219); }

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

background-color css

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

 a { background-color: rgb(188,197,219); }

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

border-color css

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

 span { border-color: rgb(188,197,219); }

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