Html Css Color HEX #BFC9DC Link Water

📋 copy color: '#BFC9DC'

red 191 ◦ green 201 ◦ blue 220

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

Shades of Link Water #BFC9DC

Tints of Link Water #BFC9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 31.21%
G = 32.84%
B = 35.95%

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

#BFC9DC (or 0xBFC9DC) is known color: Link Water. HEX triplet: BF, C9 and DC. RGB value is (191,201,220). Sum of RGB (Red+Green+Blue) = 191+201+220=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DC is #403623. Grayscale: #C8C8C8. Windows color (decimal): -4208164 or 14469567. OLE color: 14469567.

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

Color convert

RGB 191 201 220 -
CMYK 0.13 0.09 0 0.14
HSL 219.31º 0.29% 0.81% -
HSV(B) 219.31º 0.13% 0.86% -
XYZ 55.29 58.02 75.99 -
YUV 200.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 191 201 220 0.13 0.09 0 0.14 219.31 0.29 0.81
Hex BF C9 DC D 9 0 E DB 1D 51
Octal 277 311 334 15 11 0 16 333 35 121
Binary 10111111 11001001 11011100 1101 1001 0 1110 11011011 11101 1010001

Color Harmonies of #BFC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9DC

Black with #BFC9DC

Text Example


Text Example

White with #BFC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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