Html Css Color HEX #BFCCDF Link Water

📋 copy color: '#BFCCDF'

red 191 ◦ green 204 ◦ blue 223

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

Shades of Link Water #BFCCDF

Tints of Link Water #BFCCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.01%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 30.91%
G = 33.01%
B = 36.08%

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

#BFCCDF (or 0xBFCCDF) is known color: Link Water. HEX triplet: BF, CC and DF. RGB value is (191,204,223). Sum of RGB (Red+Green+Blue) = 191+204+223=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDF is #403320. Grayscale: #CACACA. Windows color (decimal): -4207393 or 14666943. OLE color: 14666943.

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

Color convert

RGB 191 204 223 -
CMYK 0.14 0.09 0 0.13
HSL 215.63º 0.33% 0.81% -
HSV(B) 215.63º 0.14% 0.87% -
XYZ 56.4 59.59 78.34 -
YUV 202.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 191 204 223 0.14 0.09 0 0.13 215.63 0.33 0.81
Hex BF CC DF E 9 0 D D8 21 51
Octal 277 314 337 16 11 0 15 330 41 121
Binary 10111111 11001100 11011111 1110 1001 0 1101 11011000 100001 1010001

Color Harmonies of #BFCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCCDF

Black with #BFCCDF

Text Example


Text Example

White with #BFCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCCDF; }

 p { color: rgb(191,204,223); }

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

background-color css

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

 a { background-color: rgb(191,204,223); }

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

border-color css

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

 span { border-color: rgb(191,204,223); }

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