Html Css Color HEX #BFD1E0 Link Water

📋 copy color: '#BFD1E0'

red 191 ◦ green 209 ◦ blue 224

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

Shades of Link Water #BFD1E0

Tints of Link Water #BFD1E0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.49%

 BLUE value IS 224 (87.89% from 255) = 35.9%

R = 30.61%
G = 33.49%
B = 35.9%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFD1E0 (or 0xBFD1E0) is known color: Link Water. HEX triplet: BF, D1 and E0. RGB value is (191,209,224). Sum of RGB (Red+Green+Blue) = 191+209+224=624 (82% of max value = 765). Red value is 191 (75% from 255 or 30.61% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1E0 is #402E1F. Grayscale: #CDCDCD. Windows color (decimal): -4206112 or 14733759. OLE color: 14733759.

HSL color Cylindrical-coordinate representation of color #BFD1E0: hue angle of 207.27º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFD1E0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 209 224 -
CMYK 0.15 0.07 0 0.12
HSL 207.27º 0.35% 0.81% -
HSV(B) 207.27º 0.15% 0.88% -
XYZ 57.74 62.06 79.46 -
YUV 205.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 191 209 224 0.15 0.07 0 0.12 207.27 0.35 0.81
Hex BF D1 E0 F 7 0 C CF 23 51
Octal 277 321 340 17 7 0 14 317 43 121
Binary 10111111 11010001 11100000 1111 111 0 1100 11001111 100011 1010001

Color Harmonies of #BFD1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1E0

Black with #BFD1E0

Text Example


Text Example

White with #BFD1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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