Html Css Color HEX #B8BDFE Lavender Blue

📋 copy color: '#B8BDFE'

red 184 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #B8BDFE

Tints of Lavender Blue #B8BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.14%

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

R = 29.35%
G = 30.14%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8BDFE (or 0xB8BDFE) is known color: Lavender Blue. HEX triplet: B8, BD and FE. RGB value is (184,189,254). Sum of RGB (Red+Green+Blue) = 184+189+254=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BDFE is #474201. Grayscale: #C2C2C2. Windows color (decimal): -4669954 or 16694712. OLE color: 16694712.

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

Color convert

RGB 184 189 254 -
CMYK 0.28 0.26 0 0.00
HSL 235.71º 0.97% 0.86% -
HSV(B) 235.71º 0.28% 1% -
XYZ 55.85 53.74 101.2 -
YUV 194.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 184 189 254 0.28 0.26 0 0.00 235.71 0.97 0.86
Hex B8 BD FE 1C 1A 0 0 EC 61 56
Octal 270 275 376 34 32 0 0 354 141 126
Binary 10111000 10111101 11111110 11100 11010 0 0 11101100 1100001 1010110

Color Harmonies of #B8BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDFE

Black with #B8BDFE

Text Example


Text Example

White with #B8BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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