Html Css Color HEX #BCBFF3 Lavender Blue

📋 copy color: '#BCBFF3'

red 188 ◦ green 191 ◦ blue 243

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

Shades of Lavender Blue #BCBFF3

Tints of Lavender Blue #BCBFF3

RGB

 RED value IS 188 (73.83% from 255) = 30.23%

 GREEN value IS 191 (75% from 255) = 30.71%

 BLUE value IS 243 (95.31% from 255) = 39.07%

R = 30.23%
G = 30.71%
B = 39.07%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCBFF3 (or 0xBCBFF3) is known color: Lavender Blue. HEX triplet: BC, BF and F3. RGB value is (188,191,243). Sum of RGB (Red+Green+Blue) = 188+191+243=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCBFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF3 is #43400C. Grayscale: #C3C3C3. Windows color (decimal): -4407309 or 15974332. OLE color: 15974332.

HSL color Cylindrical-coordinate representation of color #BCBFF3: hue angle of 236.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBFF3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 191 243 -
CMYK 0.23 0.21 0 0.05
HSL 236.73º 0.7% 0.85% -
HSV(B) 236.73º 0.23% 0.95% -
XYZ 55.55 54.42 92.37 -
YUV 196.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 188 191 243 0.23 0.21 0 0.05 236.73 0.7 0.85
Hex BC BF F3 17 15 0 5 ED 46 55
Octal 274 277 363 27 25 0 5 355 106 125
Binary 10111100 10111111 11110011 10111 10101 0 101 11101101 1000110 1010101

Color Harmonies of #BCBFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFF3

Black with #BCBFF3

Text Example


Text Example

White with #BCBFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFF3; }

 p { color: rgb(188,191,243); }

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

background-color css

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

 a { background-color: rgb(188,191,243); }

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

border-color css

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

 span { border-color: rgb(188,191,243); }

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