Html Css Color HEX #BCB8FC Lavender Blue

📋 copy color: '#BCB8FC'

red 188 ◦ green 184 ◦ blue 252

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

Shades of Lavender Blue #BCB8FC

Tints of Lavender Blue #BCB8FC

RGB

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

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

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

R = 30.13%
G = 29.49%
B = 40.38%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCB8FC (or 0xBCB8FC) is known color: Lavender Blue. HEX triplet: BC, B8 and FC. RGB value is (188,184,252). Sum of RGB (Red+Green+Blue) = 188+184+252=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8FC is #434703. Grayscale: #C0C0C0. Windows color (decimal): -4409092 or 16562364. OLE color: 16562364.

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

Color convert

RGB 188 184 252 -
CMYK 0.25 0.27 0 0.01
HSL 243.53º 0.92% 0.85% -
HSV(B) 243.53º 0.27% 0.99% -
XYZ 55.45 52 99.21 -
YUV 192.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 188 184 252 0.25 0.27 0 0.01 243.53 0.92 0.85
Hex BC B8 FC 19 1B 0 1 F4 5C 55
Octal 274 270 374 31 33 0 1 364 134 125
Binary 10111100 10111000 11111100 11001 11011 0 1 11110100 1011100 1010101

Color Harmonies of #BCB8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB8FC

Black with #BCB8FC

Text Example


Text Example

White with #BCB8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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