Html Css Color HEX #BDC1FC Lavender Blue

📋 copy color: '#BDC1FC'

red 189 ◦ green 193 ◦ blue 252

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

Shades of Lavender Blue #BDC1FC

Tints of Lavender Blue #BDC1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.75%

R = 29.81%
G = 30.44%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDC1FC (or 0xBDC1FC) is known color: Lavender Blue. HEX triplet: BD, C1 and FC. RGB value is (189,193,252). Sum of RGB (Red+Green+Blue) = 189+193+252=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1FC is #423E03. Grayscale: #C6C6C6. Windows color (decimal): -4341252 or 16564669. OLE color: 16564669.

HSL color Cylindrical-coordinate representation of color #BDC1FC: hue angle of 236.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC1FC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 193 252 -
CMYK 0.25 0.23 0 0.01
HSL 236.19º 0.91% 0.86% -
HSV(B) 236.19º 0.25% 0.99% -
XYZ 57.63 55.99 99.86 -
YUV 198.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 189 193 252 0.25 0.23 0 0.01 236.19 0.91 0.86
Hex BD C1 FC 19 17 0 1 EC 5B 56
Octal 275 301 374 31 27 0 1 354 133 126
Binary 10111101 11000001 11111100 11001 10111 0 1 11101100 1011011 1010110

Color Harmonies of #BDC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC1FC

Black with #BDC1FC

Text Example


Text Example

White with #BDC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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