Html Css Color HEX #BCC7DB Link Water

📋 copy color: '#BCC7DB'

red 188 ◦ green 199 ◦ blue 219

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

Shades of Link Water #BCC7DB

Tints of Link Water #BCC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.84%

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

R = 31.02%
G = 32.84%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCC7DB (or 0xBCC7DB) is known color: Link Water. HEX triplet: BC, C7 and DB. RGB value is (188,199,219). Sum of RGB (Red+Green+Blue) = 188+199+219=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DB is #433824. Grayscale: #C5C5C5. Windows color (decimal): -4405285 or 14403516. OLE color: 14403516.

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

Color convert

RGB 188 199 219 -
CMYK 0.14 0.09 0 0.14
HSL 218.71º 0.3% 0.8% -
HSV(B) 218.71º 0.14% 0.86% -
XYZ 53.95 56.65 75.11 -
YUV 197.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 188 199 219 0.14 0.09 0 0.14 218.71 0.3 0.8
Hex BC C7 DB E 9 0 E DB 1E 50
Octal 274 307 333 16 11 0 16 333 36 120
Binary 10111100 11000111 11011011 1110 1001 0 1110 11011011 11110 1010000

Color Harmonies of #BCC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7DB

Black with #BCC7DB

Text Example


Text Example

White with #BCC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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