Html Css Color HEX #BFC2D1 Link Water

📋 copy color: '#BFC2D1'

red 191 ◦ green 194 ◦ blue 209

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

Shades of Link Water #BFC2D1

Tints of Link Water #BFC2D1

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.66%

 BLUE value IS 209 (82.03% from 255) = 35.19%

R = 32.15%
G = 32.66%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BFC2D1 (or 0xBFC2D1) is known color: Link Water. HEX triplet: BF, C2 and D1. RGB value is (191,194,209). Sum of RGB (Red+Green+Blue) = 191+194+209=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFC2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D1 is #403D2E. Grayscale: #C2C2C2. Windows color (decimal): -4209967 or 13746879. OLE color: 13746879.

HSL color Cylindrical-coordinate representation of color #BFC2D1: hue angle of 230º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC2D1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 194 209 -
CMYK 0.09 0.07 0 0.18
HSL 230º 0.16% 0.78% -
HSV(B) 230º 0.09% 0.82% -
XYZ 52.29 54.26 68.04 -
YUV 194.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 191 194 209 0.09 0.07 0 0.18 230 0.16 0.78
Hex BF C2 D1 9 7 0 12 E6 10 4E
Octal 277 302 321 11 7 0 22 346 20 116
Binary 10111111 11000010 11010001 1001 111 0 10010 11100110 10000 1001110

Color Harmonies of #BFC2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC2D1

Black with #BFC2D1

Text Example


Text Example

White with #BFC2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC2D1; }

 p { color: rgb(191,194,209); }

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

background-color css

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

 a { background-color: rgb(191,194,209); }

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

border-color css

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

 span { border-color: rgb(191,194,209); }

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