Html Css Color HEX #BFCEE0 Link Water

📋 copy color: '#BFCEE0'

red 191 ◦ green 206 ◦ blue 224

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

Shades of Link Water #BFCEE0

Tints of Link Water #BFCEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.07%

R = 30.76%
G = 33.17%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFCEE0 (or 0xBFCEE0) is known color: Link Water. HEX triplet: BF, CE and E0. RGB value is (191,206,224). Sum of RGB (Red+Green+Blue) = 191+206+224=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEE0 is #40311F. Grayscale: #CBCBCB. Windows color (decimal): -4206880 or 14732991. OLE color: 14732991.

HSL color Cylindrical-coordinate representation of color #BFCEE0: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCEE0 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 206 224 -
CMYK 0.15 0.08 0 0.12
HSL 212.73º 0.35% 0.81% -
HSV(B) 212.73º 0.15% 0.88% -
XYZ 57.01 60.6 79.21 -
YUV 203.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 191 206 224 0.15 0.08 0 0.12 212.73 0.35 0.81
Hex BF CE E0 F 8 0 C D5 23 51
Octal 277 316 340 17 10 0 14 325 43 121
Binary 10111111 11001110 11100000 1111 1000 0 1100 11010101 100011 1010001

Color Harmonies of #BFCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCEE0

Black with #BFCEE0

Text Example


Text Example

White with #BFCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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