Html Css Color HEX #BCC4FA Lavender Blue

📋 copy color: '#BCC4FA'

red 188 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #BCC4FA

Tints of Lavender Blue #BCC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.91%

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 29.65%
G = 30.91%
B = 39.43%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC4FA (or 0xBCC4FA) is known color: Lavender Blue. HEX triplet: BC, C4 and FA. RGB value is (188,196,250). Sum of RGB (Red+Green+Blue) = 188+196+250=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FA is #433B05. Grayscale: #C7C7C7. Windows color (decimal): -4406022 or 16434364. OLE color: 16434364.

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

Color convert

RGB 188 196 250 -
CMYK 0.25 0.22 0 0.02
HSL 232.26º 0.86% 0.86% -
HSV(B) 232.26º 0.25% 0.98% -
XYZ 57.73 57.07 98.42 -
YUV 199.76 156.35 119.61 -
System Red Green Blue C M Y K H S L
Decimal 188 196 250 0.25 0.22 0 0.02 232.26 0.86 0.86
Hex BC C4 FA 19 16 0 2 E8 56 56
Octal 274 304 372 31 26 0 2 350 126 126
Binary 10111100 11000100 11111010 11001 10110 0 10 11101000 1010110 1010110

Color Harmonies of #BCC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4FA

Black with #BCC4FA

Text Example


Text Example

White with #BCC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4FA; }

 p { color: rgb(188,196,250); }

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

background-color css

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

 a { background-color: rgb(188,196,250); }

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

border-color css

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

 span { border-color: rgb(188,196,250); }

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