Html Css Color HEX #BDC0FA Lavender Blue

📋 copy color: '#BDC0FA'

red 189 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #BDC0FA

Tints of Lavender Blue #BDC0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.43%

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

R = 29.95%
G = 30.43%
B = 39.62%

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

#BDC0FA (or 0xBDC0FA) is known color: Lavender Blue. HEX triplet: BD, C0 and FA. RGB value is (189,192,250). Sum of RGB (Red+Green+Blue) = 189+192+250=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 192 (75.39% from 255 or 30.43% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FA is #423F05. Grayscale: #C5C5C5. Windows color (decimal): -4341510 or 16433341. OLE color: 16433341.

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

Color convert

RGB 189 192 250 -
CMYK 0.24 0.23 0 0.02
HSL 237.05º 0.86% 0.86% -
HSV(B) 237.05º 0.24% 0.98% -
XYZ 57.09 55.42 98.13 -
YUV 197.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 189 192 250 0.24 0.23 0 0.02 237.05 0.86 0.86
Hex BD C0 FA 18 17 0 2 ED 56 56
Octal 275 300 372 30 27 0 2 355 126 126
Binary 10111101 11000000 11111010 11000 10111 0 10 11101101 1010110 1010110

Color Harmonies of #BDC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0FA

Black with #BDC0FA

Text Example


Text Example

White with #BDC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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