Html Css Color HEX #BFC3CE Link Water

📋 copy color: '#BFC3CE'

red 191 ◦ green 195 ◦ blue 206

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

Shades of Link Water #BFC3CE

Tints of Link Water #BFC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.94%

 BLUE value IS 206 (80.86% from 255) = 34.8%

R = 32.26%
G = 32.94%
B = 34.8%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFC3CE (or 0xBFC3CE) is known color: Link Water. HEX triplet: BF, C3 and CE. RGB value is (191,195,206). Sum of RGB (Red+Green+Blue) = 191+195+206=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3CE is #403C31. Grayscale: #C3C3C3. Windows color (decimal): -4209714 or 13550527. OLE color: 13550527.

HSL color Cylindrical-coordinate representation of color #BFC3CE: hue angle of 224º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC3CE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 195 206 -
CMYK 0.07 0.05 0 0.19
HSL 224º 0.13% 0.78% -
HSV(B) 224º 0.07% 0.81% -
XYZ 52.14 54.56 66.18 -
YUV 195.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 191 195 206 0.07 0.05 0 0.19 224 0.13 0.78
Hex BF C3 CE 7 5 0 13 E0 D 4E
Octal 277 303 316 7 5 0 23 340 15 116
Binary 10111111 11000011 11001110 111 101 0 10011 11100000 1101 1001110

Color Harmonies of #BFC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC3CE

Black with #BFC3CE

Text Example


Text Example

White with #BFC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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