Html Css Color HEX #BCC2FA Lavender Blue

📋 copy color: '#BCC2FA'

red 188 ◦ green 194 ◦ blue 250

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

Shades of Lavender Blue #BCC2FA

Tints of Lavender Blue #BCC2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.7%

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

R = 29.75%
G = 30.7%
B = 39.56%

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

#BCC2FA (or 0xBCC2FA) is known color: Lavender Blue. HEX triplet: BC, C2 and FA. RGB value is (188,194,250). Sum of RGB (Red+Green+Blue) = 188+194+250=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FA is #433D05. Grayscale: #C6C6C6. Windows color (decimal): -4406534 or 16433852. OLE color: 16433852.

HSL color Cylindrical-coordinate representation of color #BCC2FA: hue angle of 234.19º 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 #BCC2FA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 194 250 -
CMYK 0.25 0.22 0 0.02
HSL 234.19º 0.86% 0.86% -
HSV(B) 234.19º 0.25% 0.98% -
XYZ 57.29 56.18 98.27 -
YUV 198.59 157.01 120.45 -
System Red Green Blue C M Y K H S L
Decimal 188 194 250 0.25 0.22 0 0.02 234.19 0.86 0.86
Hex BC C2 FA 19 16 0 2 EA 56 56
Octal 274 302 372 31 26 0 2 352 126 126
Binary 10111100 11000010 11111010 11001 10110 0 10 11101010 1010110 1010110

Color Harmonies of #BCC2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2FA

Black with #BCC2FA

Text Example


Text Example

White with #BCC2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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