Html Css Color HEX #BCB9FE Lavender Blue

📋 copy color: '#BCB9FE'

red 188 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #BCB9FE

Tints of Lavender Blue #BCB9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.51%

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 29.98%
G = 29.51%
B = 40.51%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCB9FE (or 0xBCB9FE) is known color: Lavender Blue. HEX triplet: BC, B9 and FE. RGB value is (188,185,254). Sum of RGB (Red+Green+Blue) = 188+185+254=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 185 (72.66% from 255 or 29.51% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9FE is #434601. Grayscale: #C1C1C1. Windows color (decimal): -4408834 or 16693692. OLE color: 16693692.

HSL color Cylindrical-coordinate representation of color #BCB9FE: hue angle of 242.61º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCB9FE is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 185 254 -
CMYK 0.26 0.27 0 0.00
HSL 242.61º 0.97% 0.86% -
HSV(B) 242.61º 0.27% 1% -
XYZ 55.98 52.55 100.96 -
YUV 193.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 188 185 254 0.26 0.27 0 0.00 242.61 0.97 0.86
Hex BC B9 FE 1A 1B 0 0 F3 61 56
Octal 274 271 376 32 33 0 0 363 141 126
Binary 10111100 10111001 11111110 11010 11011 0 0 11110011 1100001 1010110

Color Harmonies of #BCB9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB9FE

Black with #BCB9FE

Text Example


Text Example

White with #BCB9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB9FE; }

 p { color: rgb(188,185,254); }

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

background-color css

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

 a { background-color: rgb(188,185,254); }

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

border-color css

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

 span { border-color: rgb(188,185,254); }

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