Html Css Color HEX #BCC6FA Lavender Blue

📋 copy color: '#BCC6FA'

red 188 ◦ green 198 ◦ blue 250

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

Shades of Lavender Blue #BCC6FA

Tints of Lavender Blue #BCC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.13%

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

R = 29.56%
G = 31.13%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC6FA (or 0xBCC6FA) is known color: Lavender Blue. HEX triplet: BC, C6 and FA. RGB value is (188,198,250). Sum of RGB (Red+Green+Blue) = 188+198+250=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FA is #433905. Grayscale: #C8C8C8. Windows color (decimal): -4405510 or 16434876. OLE color: 16434876.

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

Color convert

RGB 188 198 250 -
CMYK 0.25 0.21 0 0.02
HSL 230.32º 0.86% 0.86% -
HSV(B) 230.32º 0.25% 0.98% -
XYZ 58.19 57.98 98.57 -
YUV 200.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 188 198 250 0.25 0.21 0 0.02 230.32 0.86 0.86
Hex BC C6 FA 19 15 0 2 E6 56 56
Octal 274 306 372 31 25 0 2 346 126 126
Binary 10111100 11000110 11111010 11001 10101 0 10 11100110 1010110 1010110

Color Harmonies of #BCC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6FA

Black with #BCC6FA

Text Example


Text Example

White with #BCC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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