Html Css Color HEX #BFCADC Link Water

📋 copy color: '#BFCADC'

red 191 ◦ green 202 ◦ blue 220

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

Shades of Link Water #BFCADC

Tints of Link Water #BFCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.95%

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

R = 31.16%
G = 32.95%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFCADC (or 0xBFCADC) is known color: Link Water. HEX triplet: BF, CA and DC. RGB value is (191,202,220). Sum of RGB (Red+Green+Blue) = 191+202+220=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCADC is #403523. Grayscale: #C8C8C8. Windows color (decimal): -4207908 or 14469823. OLE color: 14469823.

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

Color convert

RGB 191 202 220 -
CMYK 0.13 0.08 0 0.14
HSL 217.24º 0.29% 0.81% -
HSV(B) 217.24º 0.13% 0.86% -
XYZ 55.52 58.48 76.07 -
YUV 200.76 138.86 121.04 -
System Red Green Blue C M Y K H S L
Decimal 191 202 220 0.13 0.08 0 0.14 217.24 0.29 0.81
Hex BF CA DC D 8 0 E D9 1D 51
Octal 277 312 334 15 10 0 16 331 35 121
Binary 10111111 11001010 11011100 1101 1000 0 1110 11011001 11101 1010001

Color Harmonies of #BFCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCADC

Black with #BFCADC

Text Example


Text Example

White with #BFCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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