Html Css Color HEX #BDC1F7 Lavender Blue

📋 copy color: '#BDC1F7'

red 189 ◦ green 193 ◦ blue 247

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

Shades of Lavender Blue #BDC1F7

Tints of Lavender Blue #BDC1F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.27%

R = 30.05%
G = 30.68%
B = 39.27%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BDC1F7 (or 0xBDC1F7) is known color: Lavender Blue. HEX triplet: BD, C1 and F7. RGB value is (189,193,247). Sum of RGB (Red+Green+Blue) = 189+193+247=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDC1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F7 is #423E08. Grayscale: #C5C5C5. Windows color (decimal): -4341257 or 16236989. OLE color: 16236989.

HSL color Cylindrical-coordinate representation of color #BDC1F7: hue angle of 235.86º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC1F7 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 193 247 -
CMYK 0.23 0.22 0 0.03
HSL 235.86º 0.78% 0.85% -
HSV(B) 235.86º 0.23% 0.97% -
XYZ 56.84 55.67 95.75 -
YUV 197.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 189 193 247 0.23 0.22 0 0.03 235.86 0.78 0.85
Hex BD C1 F7 17 16 0 3 EC 4E 55
Octal 275 301 367 27 26 0 3 354 116 125
Binary 10111101 11000001 11110111 10111 10110 0 11 11101100 1001110 1010101

Color Harmonies of #BDC1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1F7

Black with #BDC1F7

Text Example


Text Example

White with #BDC1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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