Html Css Color HEX #BCB8FF Lavender Blue

📋 copy color: '#BCB8FF'

red 188 ◦ green 184 ◦ blue 255

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

Shades of Lavender Blue #BCB8FF

Tints of Lavender Blue #BCB8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.35%

 BLUE value IS 255 (100% from 255) = 40.67%

R = 29.98%
G = 29.35%
B = 40.67%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCB8FF (or 0xBCB8FF) is known color: Lavender Blue. HEX triplet: BC, B8 and FF. RGB value is (188,184,255). Sum of RGB (Red+Green+Blue) = 188+184+255=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8FF is #434700. Grayscale: #C1C1C1. Windows color (decimal): -4409089 or 16758972. OLE color: 16758972.

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

Color convert

RGB 188 184 255 -
CMYK 0.26 0.28 0 0
HSL 243.38º 1% 0.86% -
HSV(B) 243.38º 0.28% 1% -
XYZ 55.93 52.19 101.73 -
YUV 193.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 188 184 255 0.26 0.28 0 0 243.38 1 0.86
Hex BC B8 FF 1A 1C 0 0 F3 64 56
Octal 274 270 377 32 34 0 0 363 144 126
Binary 10111100 10111000 11111111 11010 11100 0 0 11110011 1100100 1010110

Color Harmonies of #BCB8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8FF

Black with #BCB8FF

Text Example


Text Example

White with #BCB8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8FF; }

 p { color: rgb(188,184,255); }

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

background-color css

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

 a { background-color: rgb(188,184,255); }

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

border-color css

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

 span { border-color: rgb(188,184,255); }

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