Html Css Color HEX #BFD8E4 Light Blue

📋 copy color: '#BFD8E4'

red 191 ◦ green 216 ◦ blue 228

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

Shades of Light Blue #BFD8E4

Tints of Light Blue #BFD8E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.91%

R = 30.08%
G = 34.02%
B = 35.91%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFD8E4 (or 0xBFD8E4) is known color: Light Blue. HEX triplet: BF, D8 and E4. RGB value is (191,216,228). Sum of RGB (Red+Green+Blue) = 191+216+228=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD8E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8E4 is #40271B. Grayscale: #D1D1D1. Windows color (decimal): -4204316 or 14997695. OLE color: 14997695.

HSL color Cylindrical-coordinate representation of color #BFD8E4: hue angle of 199.46º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD8E4 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 216 228 -
CMYK 0.16 0.05 0 0.11
HSL 199.46º 0.41% 0.82% -
HSV(B) 199.46º 0.16% 0.89% -
XYZ 60.05 65.79 82.93 -
YUV 209.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 191 216 228 0.16 0.05 0 0.11 199.46 0.41 0.82
Hex BF D8 E4 10 5 0 B C7 29 52
Octal 277 330 344 20 5 0 13 307 51 122
Binary 10111111 11011000 11100100 10000 101 0 1011 11000111 101001 1010010

Color Harmonies of #BFD8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8E4

Black with #BFD8E4

Text Example


Text Example

White with #BFD8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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