#BFDAEA

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

Shades of Light Blue #BFDAEA

Tints of Light Blue #BFDAEA

Color information

#BFDAEA (or 0xBFDAEA) is unknown color: approx Light Blue. HEX triplet: BF, DA and EA. RGB value is (191,218,234). Sum of RGB (Red+Green+Blue) = 191+218+234=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAEA is #402515. Grayscale: #D3D3D3. Windows color (decimal): -4203798 or 15391423. OLE color: 15391423.

HSL color Cylindrical-coordinate representation of color #BFDAEA: hue angle of 202.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDAEA is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191218234-
CMYK0.180.0700.08
HSL202.33º50.59%83.33%-
HSV(B)202.33º18.38%91.76%-
XYZ61.4167.1687.57-
YUV211.75140.55113.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 218 (85.55% from 255) = 33.90%
BLUE value IS 234 (91.80% from 255) = 36.39%
R=29.70%
G=33.90%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912182340.180.0700.08202.3350.5983.33
HexBFDAEA12708ca3353
Octal27733235222701031263123
Binary1011111111011010111010101001011101000110010101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAEA; }

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

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

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

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

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

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

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

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