Html Css Color HEX #B8C5FE Lavender Blue

📋 copy color: '#B8C5FE'

red 184 ◦ green 197 ◦ blue 254

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

Shades of Lavender Blue #B8C5FE

Tints of Lavender Blue #B8C5FE

RGB

 RED value IS 184 (72.27% from 255) = 28.98%

 GREEN value IS 197 (77.34% from 255) = 31.02%

 BLUE value IS 254 (99.61% from 255) = 40%

R = 28.98%
G = 31.02%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8C5FE (or 0xB8C5FE) is known color: Lavender Blue. HEX triplet: B8, C5 and FE. RGB value is (184,197,254). Sum of RGB (Red+Green+Blue) = 184+197+254=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C5FE is #473A01. Grayscale: #C7C7C7. Windows color (decimal): -4667906 or 16696760. OLE color: 16696760.

HSL color Cylindrical-coordinate representation of color #B8C5FE: hue angle of 228.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8C5FE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 197 254 -
CMYK 0.28 0.22 0 0.00
HSL 228.86º 0.97% 0.86% -
HSV(B) 228.86º 0.28% 1% -
XYZ 57.62 57.28 101.78 -
YUV 199.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 184 197 254 0.28 0.22 0 0.00 228.86 0.97 0.86
Hex B8 C5 FE 1C 16 0 0 E5 61 56
Octal 270 305 376 34 26 0 0 345 141 126
Binary 10111000 11000101 11111110 11100 10110 0 0 11100101 1100001 1010110

Color Harmonies of #B8C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5FE

Black with #B8C5FE

Text Example


Text Example

White with #B8C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5FE; }

 p { color: rgb(184,197,254); }

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

background-color css

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

 a { background-color: rgb(184,197,254); }

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

border-color css

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

 span { border-color: rgb(184,197,254); }

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