#BFDAE5

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

Shades of Light Blue #BFDAE5

Tints of Light Blue #BFDAE5

Color information

#BFDAE5 (or 0xBFDAE5) is unknown color: approx Light Blue. HEX triplet: BF, DA and E5. RGB value is (191,218,229). Sum of RGB (Red+Green+Blue) = 191+218+229=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAE5 is #40251A. Grayscale: #D3D3D3. Windows color (decimal): -4203803 or 15063743. OLE color: 15063743.

HSL color Cylindrical-coordinate representation of color #BFDAE5: hue angle of 197.37º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDAE5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191218229-
CMYK0.170.0500.10
HSL197.37º42.22%82.35%-
HSV(B)197.37º16.59%89.8%-
XYZ60.766.8883.84-
YUV211.18138.05113.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=29.94%
G=34.17%
B=35.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912182290.170.0500.10197.3742.2282.35
HexBFDAE51150Ac52a52
Octal27733234521501230552122
Binary1011111111011010111001011000110101010110001011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAE5; }

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

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

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

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

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

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

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

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