Html Css Color HEX #BDAFFE Lavender Blue

📋 copy color: '#BDAFFE'

red 189 ◦ green 175 ◦ blue 254

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

Shades of Lavender Blue #BDAFFE

Tints of Lavender Blue #BDAFFE

RGB

 RED value IS 189 (74.22% from 255) = 30.58%

 GREEN value IS 175 (68.75% from 255) = 28.32%

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

R = 30.58%
G = 28.32%
B = 41.1%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDAFFE (or 0xBDAFFE) is known color: Lavender Blue. HEX triplet: BD, AF and FE. RGB value is (189,175,254). Sum of RGB (Red+Green+Blue) = 189+175+254=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDAFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFFE is #425001. Grayscale: #BBBBBB. Windows color (decimal): -4345858 or 16691133. OLE color: 16691133.

HSL color Cylindrical-coordinate representation of color #BDAFFE: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDAFFE is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 175 254 -
CMYK 0.26 0.31 0 0.00
HSL 250.63º 0.98% 0.84% -
HSV(B) 250.63º 0.31% 1% -
XYZ 54.21 48.63 100.3 -
YUV 188.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 189 175 254 0.26 0.31 0 0.00 250.63 0.98 0.84
Hex BD AF FE 1A 1F 0 0 FB 62 54
Octal 275 257 376 32 37 0 0 373 142 124
Binary 10111101 10101111 11111110 11010 11111 0 0 11111011 1100010 1010100

Color Harmonies of #BDAFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAFFE

Black with #BDAFFE

Text Example


Text Example

White with #BDAFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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