#BFDAE7

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

Shades of Light Blue #BFDAE7

Tints of Light Blue #BFDAE7

Color information

#BFDAE7 (or 0xBFDAE7) is unknown color: approx Light Blue. HEX triplet: BF, DA and E7. RGB value is (191,218,231). Sum of RGB (Red+Green+Blue) = 191+218+231=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAE7 is #402518. Grayscale: #D3D3D3. Windows color (decimal): -4203801 or 15194815. OLE color: 15194815.

HSL color Cylindrical-coordinate representation of color #BFDAE7: hue angle of 199.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDAE7 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191218231-
CMYK0.170.0600.09
HSL199.5º45.45%82.75%-
HSV(B)199.5º17.32%90.59%-
XYZ60.9866.9985.32-
YUV211.41139.05113.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=29.84%
G=34.06%
B=36.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912182310.170.0600.09199.545.4582.75
HexBFDAE711609c82d53
Octal27733234721601131055123
Binary1011111111011010111001111000111001001110010001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAE7; }

 p { color: rgb(191,218,231); }

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

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

 a { background-color: rgb(191,218,231); }

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

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

 span { border-color: rgb(191,218,231); }

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