Html Css Color HEX #BFCEDC Link Water

📋 copy color: '#BFCEDC'

red 191 ◦ green 206 ◦ blue 220

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

Shades of Link Water #BFCEDC

Tints of Link Water #BFCEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.39%

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

R = 30.96%
G = 33.39%
B = 35.66%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFCEDC (or 0xBFCEDC) is known color: Link Water. HEX triplet: BF, CE and DC. RGB value is (191,206,220). Sum of RGB (Red+Green+Blue) = 191+206+220=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEDC is #403123. Grayscale: #CBCBCB. Windows color (decimal): -4206884 or 14470847. OLE color: 14470847.

HSL color Cylindrical-coordinate representation of color #BFCEDC: hue angle of 208.97º 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 #BFCEDC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 206 220 -
CMYK 0.13 0.06 0 0.14
HSL 208.97º 0.29% 0.81% -
HSV(B) 208.97º 0.13% 0.86% -
XYZ 56.48 60.39 76.39 -
YUV 203.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 191 206 220 0.13 0.06 0 0.14 208.97 0.29 0.81
Hex BF CE DC D 6 0 E D1 1D 51
Octal 277 316 334 15 6 0 16 321 35 121
Binary 10111111 11001110 11011100 1101 110 0 1110 11010001 11101 1010001

Color Harmonies of #BFCEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEDC

Black with #BFCEDC

Text Example


Text Example

White with #BFCEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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