Html Css Color HEX #BCC3FE Lavender Blue

📋 copy color: '#BCC3FE'

red 188 ◦ green 195 ◦ blue 254

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

Shades of Lavender Blue #BCC3FE

Tints of Lavender Blue #BCC3FE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.61%

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

R = 29.51%
G = 30.61%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCC3FE (or 0xBCC3FE) is known color: Lavender Blue. HEX triplet: BC, C3 and FE. RGB value is (188,195,254). Sum of RGB (Red+Green+Blue) = 188+195+254=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCC3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3FE is #433C01. Grayscale: #C7C7C7. Windows color (decimal): -4406274 or 16696252. OLE color: 16696252.

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

Color convert

RGB 188 195 254 -
CMYK 0.26 0.23 0 0.00
HSL 233.64º 0.97% 0.87% -
HSV(B) 233.64º 0.26% 1% -
XYZ 58.14 56.88 101.68 -
YUV 199.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 188 195 254 0.26 0.23 0 0.00 233.64 0.97 0.87
Hex BC C3 FE 1A 17 0 0 EA 61 57
Octal 274 303 376 32 27 0 0 352 141 127
Binary 10111100 11000011 11111110 11010 10111 0 0 11101010 1100001 1010111

Color Harmonies of #BCC3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3FE

Black with #BCC3FE

Text Example


Text Example

White with #BCC3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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