Html Css Color HEX #BFCADE Link Water

📋 copy color: '#BFCADE'

red 191 ◦ green 202 ◦ blue 222

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

Shades of Link Water #BFCADE

Tints of Link Water #BFCADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 31.06%
G = 32.85%
B = 36.1%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFCADE (or 0xBFCADE) is known color: Link Water. HEX triplet: BF, CA and DE. RGB value is (191,202,222). Sum of RGB (Red+Green+Blue) = 191+202+222=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFCADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCADE is #403521. Grayscale: #C8C8C8. Windows color (decimal): -4207906 or 14600895. OLE color: 14600895.

HSL color Cylindrical-coordinate representation of color #BFCADE: hue angle of 218.71º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCADE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 202 222 -
CMYK 0.14 0.09 0 0.13
HSL 218.71º 0.32% 0.81% -
HSV(B) 218.71º 0.14% 0.87% -
XYZ 55.79 58.59 77.48 -
YUV 200.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 191 202 222 0.14 0.09 0 0.13 218.71 0.32 0.81
Hex BF CA DE E 9 0 D DB 20 51
Octal 277 312 336 16 11 0 15 333 40 121
Binary 10111111 11001010 11011110 1110 1001 0 1101 11011011 100000 1010001

Color Harmonies of #BFCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCADE

Black with #BFCADE

Text Example


Text Example

White with #BFCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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