Html Css Color HEX #BDC2F6 Lavender Blue

📋 copy color: '#BDC2F6'

red 189 ◦ green 194 ◦ blue 246

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

Shades of Lavender Blue #BDC2F6

Tints of Lavender Blue #BDC2F6

RGB

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

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

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

R = 30.05%
G = 30.84%
B = 39.11%

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

#BDC2F6 (or 0xBDC2F6) is known color: Lavender Blue. HEX triplet: BD, C2 and F6. RGB value is (189,194,246). Sum of RGB (Red+Green+Blue) = 189+194+246=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 246 (96.48% from 255 or 39.11% from 629); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F6 is #423D09. Grayscale: #C6C6C6. Windows color (decimal): -4341002 or 16171709. OLE color: 16171709.

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

Color convert

RGB 189 194 246 -
CMYK 0.23 0.21 0 0.04
HSL 234.74º 0.76% 0.85% -
HSV(B) 234.74º 0.23% 0.96% -
XYZ 56.91 56.06 95.01 -
YUV 198.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 189 194 246 0.23 0.21 0 0.04 234.74 0.76 0.85
Hex BD C2 F6 17 15 0 4 EB 4C 55
Octal 275 302 366 27 25 0 4 353 114 125
Binary 10111101 11000010 11110110 10111 10101 0 100 11101011 1001100 1010101

Color Harmonies of #BDC2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2F6

Black with #BDC2F6

Text Example


Text Example

White with #BDC2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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