Html Css Color HEX #BDC1FA Lavender Blue

📋 copy color: '#BDC1FA'

red 189 ◦ green 193 ◦ blue 250

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

Shades of Lavender Blue #BDC1FA

Tints of Lavender Blue #BDC1FA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.54%

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

R = 29.91%
G = 30.54%
B = 39.56%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC1FA (or 0xBDC1FA) is known color: Lavender Blue. HEX triplet: BD, C1 and FA. RGB value is (189,193,250). Sum of RGB (Red+Green+Blue) = 189+193+250=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1FA is #423E05. Grayscale: #C6C6C6. Windows color (decimal): -4341254 or 16433597. OLE color: 16433597.

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

Color convert

RGB 189 193 250 -
CMYK 0.24 0.23 0 0.02
HSL 236.07º 0.86% 0.86% -
HSV(B) 236.07º 0.24% 0.98% -
XYZ 57.31 55.86 98.2 -
YUV 198.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 189 193 250 0.24 0.23 0 0.02 236.07 0.86 0.86
Hex BD C1 FA 18 17 0 2 EC 56 56
Octal 275 301 372 30 27 0 2 354 126 126
Binary 10111101 11000001 11111010 11000 10111 0 10 11101100 1010110 1010110

Color Harmonies of #BDC1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1FA

Black with #BDC1FA

Text Example


Text Example

White with #BDC1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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