Html Css Color HEX #BDBFF6 Lavender Blue

📋 copy color: '#BDBFF6'

red 189 ◦ green 191 ◦ blue 246

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

Shades of Lavender Blue #BDBFF6

Tints of Lavender Blue #BDBFF6

RGB

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

 GREEN value IS 191 (75% from 255) = 30.51%

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 30.19%
G = 30.51%
B = 39.3%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDBFF6 (or 0xBDBFF6) is known color: Lavender Blue. HEX triplet: BD, BF and F6. RGB value is (189,191,246). Sum of RGB (Red+Green+Blue) = 189+191+246=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFF6 is #424009. Grayscale: #C4C4C4. Windows color (decimal): -4341770 or 16170941. OLE color: 16170941.

HSL color Cylindrical-coordinate representation of color #BDBFF6: hue angle of 237.89º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBFF6 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 191 246 -
CMYK 0.23 0.22 0 0.04
HSL 237.89º 0.76% 0.85% -
HSV(B) 237.89º 0.23% 0.96% -
XYZ 56.25 54.73 94.79 -
YUV 196.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 189 191 246 0.23 0.22 0 0.04 237.89 0.76 0.85
Hex BD BF F6 17 16 0 4 EE 4C 55
Octal 275 277 366 27 26 0 4 356 114 125
Binary 10111101 10111111 11110110 10111 10110 0 100 11101110 1001100 1010101

Color Harmonies of #BDBFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBFF6

Black with #BDBFF6

Text Example


Text Example

White with #BDBFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBFF6; }

 p { color: rgb(189,191,246); }

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

background-color css

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

 a { background-color: rgb(189,191,246); }

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

border-color css

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

 span { border-color: rgb(189,191,246); }

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