Html Css Color HEX #BCB2FC Lavender Blue

📋 copy color: '#BCB2FC'

red 188 ◦ green 178 ◦ blue 252

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

Shades of Lavender Blue #BCB2FC

Tints of Lavender Blue #BCB2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.8%

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

R = 30.42%
G = 28.8%
B = 40.78%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCB2FC (or 0xBCB2FC) is known color: Lavender Blue. HEX triplet: BC, B2 and FC. RGB value is (188,178,252). Sum of RGB (Red+Green+Blue) = 188+178+252=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCB2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB2FC is #434D03. Grayscale: #BDBDBD. Windows color (decimal): -4410628 or 16560828. OLE color: 16560828.

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

Color convert

RGB 188 178 252 -
CMYK 0.25 0.29 0 0.01
HSL 248.11º 0.93% 0.84% -
HSV(B) 248.11º 0.29% 0.99% -
XYZ 54.23 49.56 98.8 -
YUV 189.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 188 178 252 0.25 0.29 0 0.01 248.11 0.93 0.84
Hex BC B2 FC 19 1D 0 1 F8 5C 54
Octal 274 262 374 31 35 0 1 370 134 124
Binary 10111100 10110010 11111100 11001 11101 0 1 11111000 1011100 1010100

Color Harmonies of #BCB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2FC

Black with #BCB2FC

Text Example


Text Example

White with #BCB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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