Html Css Color HEX #BDC6FA Lavender Blue

📋 copy color: '#BDC6FA'

red 189 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #BDC6FA

Tints of Lavender Blue #BDC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.08%

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 29.67%
G = 31.08%
B = 39.25%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC6FA (or 0xBDC6FA) is known color: Lavender Blue. HEX triplet: BD, C6 and FA. RGB value is (189,198,250). Sum of RGB (Red+Green+Blue) = 189+198+250=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6FA is #423905. Grayscale: #C9C9C9. Windows color (decimal): -4339974 or 16434877. OLE color: 16434877.

HSL color Cylindrical-coordinate representation of color #BDC6FA: hue angle of 231.15º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC6FA is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 198 250 -
CMYK 0.24 0.21 0 0.02
HSL 231.15º 0.86% 0.86% -
HSV(B) 231.15º 0.24% 0.98% -
XYZ 58.44 58.11 98.58 -
YUV 201.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 189 198 250 0.24 0.21 0 0.02 231.15 0.86 0.86
Hex BD C6 FA 18 15 0 2 E7 56 56
Octal 275 306 372 30 25 0 2 347 126 126
Binary 10111101 11000110 11111010 11000 10101 0 10 11100111 1010110 1010110

Color Harmonies of #BDC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6FA

Black with #BDC6FA

Text Example


Text Example

White with #BDC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6FA; }

 p { color: rgb(189,198,250); }

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

background-color css

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

 a { background-color: rgb(189,198,250); }

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

border-color css

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

 span { border-color: rgb(189,198,250); }

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