Html Css Color HEX #BFD8EA Light Blue

📋 copy color: '#BFD8EA'

red 191 ◦ green 216 ◦ blue 234

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

Shades of Light Blue #BFD8EA

Tints of Light Blue #BFD8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 29.8%
G = 33.7%
B = 36.51%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFD8EA (or 0xBFD8EA) is known color: Light Blue. HEX triplet: BF, D8 and EA. RGB value is (191,216,234). Sum of RGB (Red+Green+Blue) = 191+216+234=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD8EA is #402715. Grayscale: #D2D2D2. Windows color (decimal): -4204310 or 15390911. OLE color: 15390911.

HSL color Cylindrical-coordinate representation of color #BFD8EA: hue angle of 205.12º 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 #BFD8EA is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 216 234 -
CMYK 0.18 0.08 0 0.08
HSL 205.12º 0.51% 0.83% -
HSV(B) 205.12º 0.18% 0.92% -
XYZ 60.89 66.13 87.4 -
YUV 210.58 141.22 114.04 -
System Red Green Blue C M Y K H S L
Decimal 191 216 234 0.18 0.08 0 0.08 205.12 0.51 0.83
Hex BF D8 EA 12 8 0 8 CD 33 53
Octal 277 330 352 22 10 0 10 315 63 123
Binary 10111111 11011000 11101010 10010 1000 0 1000 11001101 110011 1010011

Color Harmonies of #BFD8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD8EA

Black with #BFD8EA

Text Example


Text Example

White with #BFD8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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