Html Css Color HEX #BCC5FD Lavender Blue

📋 copy color: '#BCC5FD'

red 188 ◦ green 197 ◦ blue 253

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

Shades of Lavender Blue #BCC5FD

Tints of Lavender Blue #BCC5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 29.47%
G = 30.88%
B = 39.66%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC5FD (or 0xBCC5FD) is known color: Lavender Blue. HEX triplet: BC, C5 and FD. RGB value is (188,197,253). Sum of RGB (Red+Green+Blue) = 188+197+253=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FD is #433A02. Grayscale: #C8C8C8. Windows color (decimal): -4405763 or 16631228. OLE color: 16631228.

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

Color convert

RGB 188 197 253 -
CMYK 0.26 0.22 0 0.01
HSL 231.69º 0.94% 0.86% -
HSV(B) 231.69º 0.26% 0.99% -
XYZ 58.43 57.72 100.99 -
YUV 200.69 157.52 118.95 -
System Red Green Blue C M Y K H S L
Decimal 188 197 253 0.26 0.22 0 0.01 231.69 0.94 0.86
Hex BC C5 FD 1A 16 0 1 E8 5E 56
Octal 274 305 375 32 26 0 1 350 136 126
Binary 10111100 11000101 11111101 11010 10110 0 1 11101000 1011110 1010110

Color Harmonies of #BCC5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5FD

Black with #BCC5FD

Text Example


Text Example

White with #BCC5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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