Html Css Color HEX #BCB0FE Lavender Blue

📋 copy color: '#BCB0FE'

red 188 ◦ green 176 ◦ blue 254

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

Shades of Lavender Blue #BCB0FE

Tints of Lavender Blue #BCB0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.48%

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

R = 30.42%
G = 28.48%
B = 41.1%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCB0FE (or 0xBCB0FE) is known color: Lavender Blue. HEX triplet: BC, B0 and FE. RGB value is (188,176,254). Sum of RGB (Red+Green+Blue) = 188+176+254=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0FE is #434F01. Grayscale: #BCBCBC. Windows color (decimal): -4411138 or 16691388. OLE color: 16691388.

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

Color convert

RGB 188 176 254 -
CMYK 0.26 0.31 0 0.00
HSL 249.23º 0.98% 0.84% -
HSV(B) 249.23º 0.31% 1% -
XYZ 54.15 48.9 100.35 -
YUV 188.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 188 176 254 0.26 0.31 0 0.00 249.23 0.98 0.84
Hex BC B0 FE 1A 1F 0 0 F9 62 54
Octal 274 260 376 32 37 0 0 371 142 124
Binary 10111100 10110000 11111110 11010 11111 0 0 11111001 1100010 1010100

Color Harmonies of #BCB0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0FE

Black with #BCB0FE

Text Example


Text Example

White with #BCB0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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