#BFD7E0

Color #BFD7E0 Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #BFD7E0

Tints of Light Blue #BFD7E0

Color information

#BFD7E0 (or 0xBFD7E0) is unknown color: approx Light Blue. HEX triplet: BF, D7 and E0. RGB value is (191,215,224). Sum of RGB (Red+Green+Blue) = 191+215+224=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7E0 is #40281F. Grayscale: #D0D0D0. Windows color (decimal): -4204576 or 14735295. OLE color: 14735295.

HSL color Cylindrical-coordinate representation of color #BFD7E0: hue angle of 196.36º 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 #BFD7E0 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191215224-
CMYK0.150.0400.12
HSL196.36º34.74%81.37%-
HSV(B)196.36º14.73%87.84%-
XYZ59.2465.0679.96-
YUV208.85136.55115.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.32%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=30.32%
G=34.13%
B=35.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912152240.150.0400.12196.3634.7481.37
HexBFD7E0F40Cc42351
Octal27732734017401430443121
Binary101111111101011111100000111110001100110001001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7E0; }

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

 H1.HeaderClassName
 {
   color: #BFD7E0;
 }
 .AnyTagClassName
 {
   color: #BFD7E0;
 }
</style>
background-color css

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

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

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

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

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

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