Html Css Color HEX #BFD8E0 Light Blue

📋 copy color: '#BFD8E0'

red 191 ◦ green 216 ◦ blue 224

#BFD8E0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Blue #BFD8E0

Tints of Light Blue #BFD8E0

RGB

 RED value IS 191 (75% from 255) = 30.27%

 GREEN value IS 216 (84.77% from 255) = 34.23%

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 30.27%
G = 34.23%
B = 35.5%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFD8E0 (or 0xBFD8E0) is known color: Light Blue. HEX triplet: BF, D8 and E0. RGB value is (191,216,224). Sum of RGB (Red+Green+Blue) = 191+216+224=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFD8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8E0 is #40271F. Grayscale: #D1D1D1. Windows color (decimal): -4204320 or 14735551. OLE color: 14735551.

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

Color convert

RGB 191 216 224 -
CMYK 0.15 0.04 0 0.12
HSL 194.55º 0.35% 0.81% -
HSV(B) 194.55º 0.15% 0.88% -
XYZ 59.5 65.57 80.04 -
YUV 209.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 191 216 224 0.15 0.04 0 0.12 194.55 0.35 0.81
Hex BF D8 E0 F 4 0 C C3 23 51
Octal 277 330 340 17 4 0 14 303 43 121
Binary 10111111 11011000 11100000 1111 100 0 1100 11000011 100011 1010001

Color Harmonies of #BFD8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8E0

Black with #BFD8E0

Text Example


Text Example

White with #BFD8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8E0; }

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

 H1.HeaderClassName
 {
   color: #BFD8E0;
 }
 .AnyTagClassName
 {
   color: #BFD8E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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