Html Css Color HEX #B8C0FE Lavender Blue

📋 copy color: '#B8C0FE'

red 184 ◦ green 192 ◦ blue 254

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

Shades of Lavender Blue #B8C0FE

Tints of Lavender Blue #B8C0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.48%

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

R = 29.21%
G = 30.48%
B = 40.32%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8C0FE (or 0xB8C0FE) is known color: Lavender Blue. HEX triplet: B8, C0 and FE. RGB value is (184,192,254). Sum of RGB (Red+Green+Blue) = 184+192+254=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C0FE is #473F01. Grayscale: #C4C4C4. Windows color (decimal): -4669186 or 16695480. OLE color: 16695480.

HSL color Cylindrical-coordinate representation of color #B8C0FE: hue angle of 233.14º 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 #B8C0FE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 192 254 -
CMYK 0.28 0.24 0 0.00
HSL 233.14º 0.97% 0.86% -
HSV(B) 233.14º 0.28% 1% -
XYZ 56.51 55.05 101.41 -
YUV 196.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 184 192 254 0.28 0.24 0 0.00 233.14 0.97 0.86
Hex B8 C0 FE 1C 18 0 0 E9 61 56
Octal 270 300 376 34 30 0 0 351 141 126
Binary 10111000 11000000 11111110 11100 11000 0 0 11101001 1100001 1010110

Color Harmonies of #B8C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C0FE

Black with #B8C0FE

Text Example


Text Example

White with #B8C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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