Html Css Color HEX #BFC9DA Link Water

📋 copy color: '#BFC9DA'

red 191 ◦ green 201 ◦ blue 218

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

Shades of Link Water #BFC9DA

Tints of Link Water #BFC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 31.31%
G = 32.95%
B = 35.74%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFC9DA (or 0xBFC9DA) is known color: Link Water. HEX triplet: BF, C9 and DA. RGB value is (191,201,218). Sum of RGB (Red+Green+Blue) = 191+201+218=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 201 (78.91% from 255 or 32.95% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9DA is #403625. Grayscale: #C7C7C7. Windows color (decimal): -4208166 or 14338495. OLE color: 14338495.

HSL color Cylindrical-coordinate representation of color #BFC9DA: hue angle of 217.78º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC9DA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 201 218 -
CMYK 0.12 0.08 0 0.15
HSL 217.78º 0.27% 0.8% -
HSV(B) 217.78º 0.12% 0.85% -
XYZ 55.03 57.91 74.61 -
YUV 199.95 138.19 121.62 -
System Red Green Blue C M Y K H S L
Decimal 191 201 218 0.12 0.08 0 0.15 217.78 0.27 0.8
Hex BF C9 DA C 8 0 F DA 1B 50
Octal 277 311 332 14 10 0 17 332 33 120
Binary 10111111 11001001 11011010 1100 1000 0 1111 11011010 11011 1010000

Color Harmonies of #BFC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9DA

Black with #BFC9DA

Text Example


Text Example

White with #BFC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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