Html Css Color HEX #BDC2F3 Lavender Blue

📋 copy color: '#BDC2F3'

red 189 ◦ green 194 ◦ blue 243

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

Shades of Lavender Blue #BDC2F3

Tints of Lavender Blue #BDC2F3

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.99%

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 30.19%
G = 30.99%
B = 38.82%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDC2F3 (or 0xBDC2F3) is known color: Lavender Blue. HEX triplet: BD, C2 and F3. RGB value is (189,194,243). Sum of RGB (Red+Green+Blue) = 189+194+243=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F3 is #423D0C. Grayscale: #C5C5C5. Windows color (decimal): -4341005 or 15975101. OLE color: 15975101.

HSL color Cylindrical-coordinate representation of color #BDC2F3: hue angle of 234.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC2F3 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 194 243 -
CMYK 0.22 0.20 0 0.05
HSL 234.44º 0.69% 0.85% -
HSV(B) 234.44º 0.22% 0.95% -
XYZ 56.46 55.87 92.6 -
YUV 198.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 189 194 243 0.22 0.20 0 0.05 234.44 0.69 0.85
Hex BD C2 F3 16 14 0 5 EA 45 55
Octal 275 302 363 26 24 0 5 352 105 125
Binary 10111101 11000010 11110011 10110 10100 0 101 11101010 1000101 1010101

Color Harmonies of #BDC2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2F3

Black with #BDC2F3

Text Example


Text Example

White with #BDC2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2F3; }

 p { color: rgb(189,194,243); }

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

background-color css

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

 a { background-color: rgb(189,194,243); }

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

border-color css

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

 span { border-color: rgb(189,194,243); }

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