Html Css Color HEX #BFC9D6 Link Water

📋 copy color: '#BFC9D6'

red 191 ◦ green 201 ◦ blue 214

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

Shades of Link Water #BFC9D6

Tints of Link Water #BFC9D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 31.52%
G = 33.17%
B = 35.31%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFC9D6 (or 0xBFC9D6) is known color: Link Water. HEX triplet: BF, C9 and D6. RGB value is (191,201,214). Sum of RGB (Red+Green+Blue) = 191+201+214=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9D6 is #403629. Grayscale: #C7C7C7. Windows color (decimal): -4208170 or 14076351. OLE color: 14076351.

HSL color Cylindrical-coordinate representation of color #BFC9D6: hue angle of 213.91º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC9D6 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 201 214 -
CMYK 0.11 0.06 0 0.16
HSL 213.91º 0.22% 0.79% -
HSV(B) 213.91º 0.11% 0.84% -
XYZ 54.51 57.7 71.88 -
YUV 199.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 191 201 214 0.11 0.06 0 0.16 213.91 0.22 0.79
Hex BF C9 D6 B 6 0 10 D6 16 4F
Octal 277 311 326 13 6 0 20 326 26 117
Binary 10111111 11001001 11010110 1011 110 0 10000 11010110 10110 1001111

Color Harmonies of #BFC9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC9D6

Black with #BFC9D6

Text Example


Text Example

White with #BFC9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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