Html Css Color HEX #BFC7DB Link Water

📋 copy color: '#BFC7DB'

red 191 ◦ green 199 ◦ blue 219

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

Shades of Link Water #BFC7DB

Tints of Link Water #BFC7DB

RGB

 RED value IS 191 (75% from 255) = 31.36%

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

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

R = 31.36%
G = 32.68%
B = 35.96%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC7DB (or 0xBFC7DB) is known color: Link Water. HEX triplet: BF, C7 and DB. RGB value is (191,199,219). Sum of RGB (Red+Green+Blue) = 191+199+219=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7DB is #403824. Grayscale: #C6C6C6. Windows color (decimal): -4208677 or 14403519. OLE color: 14403519.

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

Color convert

RGB 191 199 219 -
CMYK 0.13 0.09 0 0.14
HSL 222.86º 0.28% 0.8% -
HSV(B) 222.86º 0.13% 0.86% -
XYZ 54.7 57.04 75.14 -
YUV 198.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 191 199 219 0.13 0.09 0 0.14 222.86 0.28 0.8
Hex BF C7 DB D 9 0 E DF 1C 50
Octal 277 307 333 15 11 0 16 337 34 120
Binary 10111111 11000111 11011011 1101 1001 0 1110 11011111 11100 1010000

Color Harmonies of #BFC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC7DB

Black with #BFC7DB

Text Example


Text Example

White with #BFC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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