Html Css Color HEX #BDC3F6 Lavender Blue

📋 copy color: '#BDC3F6'

red 189 ◦ green 195 ◦ blue 246

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

Shades of Lavender Blue #BDC3F6

Tints of Lavender Blue #BDC3F6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.95%

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

R = 30%
G = 30.95%
B = 39.05%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDC3F6 (or 0xBDC3F6) is known color: Lavender Blue. HEX triplet: BD, C3 and F6. RGB value is (189,195,246). Sum of RGB (Red+Green+Blue) = 189+195+246=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3F6 is #423C09. Grayscale: #C6C6C6. Windows color (decimal): -4340746 or 16171965. OLE color: 16171965.

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

Color convert

RGB 189 195 246 -
CMYK 0.23 0.21 0 0.04
HSL 233.68º 0.76% 0.85% -
HSV(B) 233.68º 0.23% 0.96% -
XYZ 57.14 56.5 95.08 -
YUV 199.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 189 195 246 0.23 0.21 0 0.04 233.68 0.76 0.85
Hex BD C3 F6 17 15 0 4 EA 4C 55
Octal 275 303 366 27 25 0 4 352 114 125
Binary 10111101 11000011 11110110 10111 10101 0 100 11101010 1001100 1010101

Color Harmonies of #BDC3F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC3F6

Black with #BDC3F6

Text Example


Text Example

White with #BDC3F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC3F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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