Html Css Color HEX #BFC9DB Link Water

📋 copy color: '#BFC9DB'

red 191 ◦ green 201 ◦ blue 219

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

Shades of Link Water #BFC9DB

Tints of Link Water #BFC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.9%

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

R = 31.26%
G = 32.9%
B = 35.84%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC9DB (or 0xBFC9DB) is known color: Link Water. HEX triplet: BF, C9 and DB. RGB value is (191,201,219). Sum of RGB (Red+Green+Blue) = 191+201+219=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 201 (78.91% from 255 or 32.90% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DB is #403624. Grayscale: #C7C7C7. Windows color (decimal): -4208165 or 14404031. OLE color: 14404031.

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

Color convert

RGB 191 201 219 -
CMYK 0.13 0.08 0 0.14
HSL 218.57º 0.28% 0.8% -
HSV(B) 218.57º 0.13% 0.86% -
XYZ 55.16 57.96 75.3 -
YUV 200.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 191 201 219 0.13 0.08 0 0.14 218.57 0.28 0.8
Hex BF C9 DB D 8 0 E DB 1C 50
Octal 277 311 333 15 10 0 16 333 34 120
Binary 10111111 11001001 11011011 1101 1000 0 1110 11011011 11100 1010000

Color Harmonies of #BFC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9DB

Black with #BFC9DB

Text Example


Text Example

White with #BFC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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