Html Css Color HEX #BCC7FD Lavender Blue

📋 copy color: '#BCC7FD'

red 188 ◦ green 199 ◦ blue 253

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

Shades of Lavender Blue #BCC7FD

Tints of Lavender Blue #BCC7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.09%

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

R = 29.38%
G = 31.09%
B = 39.53%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC7FD (or 0xBCC7FD) is known color: Lavender Blue. HEX triplet: BC, C7 and FD. RGB value is (188,199,253). Sum of RGB (Red+Green+Blue) = 188+199+253=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC7FD is #433802. Grayscale: #C9C9C9. Windows color (decimal): -4405251 or 16631740. OLE color: 16631740.

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

Color convert

RGB 188 199 253 -
CMYK 0.26 0.21 0 0.01
HSL 229.85º 0.94% 0.86% -
HSV(B) 229.85º 0.26% 0.99% -
XYZ 58.89 58.63 101.14 -
YUV 201.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 188 199 253 0.26 0.21 0 0.01 229.85 0.94 0.86
Hex BC C7 FD 1A 15 0 1 E6 5E 56
Octal 274 307 375 32 25 0 1 346 136 126
Binary 10111100 11000111 11111101 11010 10101 0 1 11100110 1011110 1010110

Color Harmonies of #BCC7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7FD

Black with #BCC7FD

Text Example


Text Example

White with #BCC7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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