Html Css Color HEX #BCC6FE Lavender Blue

📋 copy color: '#BCC6FE'

red 188 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #BCC6FE

Tints of Lavender Blue #BCC6FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 29.38%
G = 30.94%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCC6FE (or 0xBCC6FE) is known color: Lavender Blue. HEX triplet: BC, C6 and FE. RGB value is (188,198,254). Sum of RGB (Red+Green+Blue) = 188+198+254=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FE is #433901. Grayscale: #C9C9C9. Windows color (decimal): -4405506 or 16697020. OLE color: 16697020.

HSL color Cylindrical-coordinate representation of color #BCC6FE: hue angle of 230.91º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC6FE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 198 254 -
CMYK 0.26 0.22 0 0.00
HSL 230.91º 0.97% 0.87% -
HSV(B) 230.91º 0.26% 1% -
XYZ 58.82 58.24 101.91 -
YUV 201.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 188 198 254 0.26 0.22 0 0.00 230.91 0.97 0.87
Hex BC C6 FE 1A 16 0 0 E7 61 57
Octal 274 306 376 32 26 0 0 347 141 127
Binary 10111100 11000110 11111110 11010 10110 0 0 11100111 1100001 1010111

Color Harmonies of #BCC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6FE

Black with #BCC6FE

Text Example


Text Example

White with #BCC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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