Html Css Color HEX #BCBDFC Lavender Blue

📋 copy color: '#BCBDFC'

red 188 ◦ green 189 ◦ blue 252

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

Shades of Lavender Blue #BCBDFC

Tints of Lavender Blue #BCBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

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

R = 29.89%
G = 30.05%
B = 40.06%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCBDFC (or 0xBCBDFC) is known color: Lavender Blue. HEX triplet: BC, BD and FC. RGB value is (188,189,252). Sum of RGB (Red+Green+Blue) = 188+189+252=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFC is #434203. Grayscale: #C3C3C3. Windows color (decimal): -4407812 or 16563644. OLE color: 16563644.

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

Color convert

RGB 188 189 252 -
CMYK 0.25 0.25 0 0.01
HSL 239.06º 0.91% 0.86% -
HSV(B) 239.06º 0.25% 0.99% -
XYZ 56.51 54.11 99.56 -
YUV 195.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 188 189 252 0.25 0.25 0 0.01 239.06 0.91 0.86
Hex BC BD FC 19 19 0 1 EF 5B 56
Octal 274 275 374 31 31 0 1 357 133 126
Binary 10111100 10111101 11111100 11001 11001 0 1 11101111 1011011 1010110

Color Harmonies of #BCBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDFC

Black with #BCBDFC

Text Example


Text Example

White with #BCBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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