Html Css Color HEX #BCC5FA Lavender Blue

📋 copy color: '#BCC5FA'

red 188 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #BCC5FA

Tints of Lavender Blue #BCC5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.02%

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

R = 29.61%
G = 31.02%
B = 39.37%

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

#BCC5FA (or 0xBCC5FA) is known color: Lavender Blue. HEX triplet: BC, C5 and FA. RGB value is (188,197,250). Sum of RGB (Red+Green+Blue) = 188+197+250=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FA is #433A05. Grayscale: #C8C8C8. Windows color (decimal): -4405766 or 16434620. OLE color: 16434620.

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

Color convert

RGB 188 197 250 -
CMYK 0.25 0.21 0 0.02
HSL 231.29º 0.86% 0.86% -
HSV(B) 231.29º 0.25% 0.98% -
XYZ 57.96 57.53 98.49 -
YUV 200.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 188 197 250 0.25 0.21 0 0.02 231.29 0.86 0.86
Hex BC C5 FA 19 15 0 2 E7 56 56
Octal 274 305 372 31 25 0 2 347 126 126
Binary 10111100 11000101 11111010 11001 10101 0 10 11100111 1010110 1010110

Color Harmonies of #BCC5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5FA

Black with #BCC5FA

Text Example


Text Example

White with #BCC5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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