Html Css Color HEX #BCC6FD Lavender Blue

📋 copy color: '#BCC6FD'

red 188 ◦ green 198 ◦ blue 253

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

Shades of Lavender Blue #BCC6FD

Tints of Lavender Blue #BCC6FD

RGB

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

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

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

R = 29.42%
G = 30.99%
B = 39.59%

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

#BCC6FD (or 0xBCC6FD) is known color: Lavender Blue. HEX triplet: BC, C6 and FD. RGB value is (188,198,253). Sum of RGB (Red+Green+Blue) = 188+198+253=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FD is #433902. Grayscale: #C9C9C9. Windows color (decimal): -4405507 or 16631484. OLE color: 16631484.

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

Color convert

RGB 188 198 253 -
CMYK 0.26 0.22 0 0.01
HSL 230.77º 0.94% 0.86% -
HSV(B) 230.77º 0.26% 0.99% -
XYZ 58.66 58.17 101.06 -
YUV 201.28 157.19 118.53 -
System Red Green Blue C M Y K H S L
Decimal 188 198 253 0.26 0.22 0 0.01 230.77 0.94 0.86
Hex BC C6 FD 1A 16 0 1 E7 5E 56
Octal 274 306 375 32 26 0 1 347 136 126
Binary 10111100 11000110 11111101 11010 10110 0 1 11100111 1011110 1010110

Color Harmonies of #BCC6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6FD

Black with #BCC6FD

Text Example


Text Example

White with #BCC6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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