#BFD9EB

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

Shades of Light Blue #BFD9EB

Tints of Light Blue #BFD9EB

Color information

#BFD9EB (or 0xBFD9EB) is unknown color: approx Light Blue. HEX triplet: BF, D9 and EB. RGB value is (191,217,235). Sum of RGB (Red+Green+Blue) = 191+217+235=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFD9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9EB is #402614. Grayscale: #D3D3D3. Windows color (decimal): -4204053 or 15456703. OLE color: 15456703.

HSL color Cylindrical-coordinate representation of color #BFD9EB: hue angle of 204.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD9EB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191217235-
CMYK0.190.0800.08
HSL204.55º52.38%83.53%-
HSV(B)204.55º18.72%92.16%-
XYZ61.2966.788.24-
YUV211.28141.39113.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=29.70%
G=33.75%
B=36.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912172350.190.0800.08204.5552.3883.53
HexBFD9EB13808cd3454
Octal277331353231001031564124
Binary10111111110110011110101110011100001000110011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD9EB; }

 p { color: rgb(191,217,235); }

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

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

 a { background-color: rgb(191,217,235); }

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

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

 span { border-color: rgb(191,217,235); }

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