Html Css Color HEX #BDC1F6 Lavender Blue

📋 copy color: '#BDC1F6'

red 189 ◦ green 193 ◦ blue 246

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

Shades of Lavender Blue #BDC1F6

Tints of Lavender Blue #BDC1F6

RGB

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

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

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

R = 30.1%
G = 30.73%
B = 39.17%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDC1F6 (or 0xBDC1F6) is known color: Lavender Blue. HEX triplet: BD, C1 and F6. RGB value is (189,193,246). Sum of RGB (Red+Green+Blue) = 189+193+246=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC1F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F6 is #423E09. Grayscale: #C5C5C5. Windows color (decimal): -4341258 or 16171453. OLE color: 16171453.

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

Color convert

RGB 189 193 246 -
CMYK 0.23 0.22 0 0.04
HSL 235.79º 0.76% 0.85% -
HSV(B) 235.79º 0.23% 0.96% -
XYZ 56.69 55.61 94.94 -
YUV 197.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 189 193 246 0.23 0.22 0 0.04 235.79 0.76 0.85
Hex BD C1 F6 17 16 0 4 EC 4C 55
Octal 275 301 366 27 26 0 4 354 114 125
Binary 10111101 11000001 11110110 10111 10110 0 100 11101100 1001100 1010101

Color Harmonies of #BDC1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1F6

Black with #BDC1F6

Text Example


Text Example

White with #BDC1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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