Html Css Color HEX #BCC5FF Lavender Blue

📋 copy color: '#BCC5FF'

red 188 ◦ green 197 ◦ blue 255

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

Shades of Lavender Blue #BCC5FF

Tints of Lavender Blue #BCC5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 29.38%
G = 30.78%
B = 39.84%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCC5FF (or 0xBCC5FF) is known color: Lavender Blue. HEX triplet: BC, C5 and FF. RGB value is (188,197,255). Sum of RGB (Red+Green+Blue) = 188+197+255=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FF is #433A00. Grayscale: #C8C8C8. Windows color (decimal): -4405761 or 16762300. OLE color: 16762300.

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

Color convert

RGB 188 197 255 -
CMYK 0.26 0.23 0 0
HSL 231.94º 1% 0.87% -
HSV(B) 231.94º 0.26% 1% -
XYZ 58.76 57.84 102.68 -
YUV 200.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 188 197 255 0.26 0.23 0 0 231.94 1 0.87
Hex BC C5 FF 1A 17 0 0 E8 64 57
Octal 274 305 377 32 27 0 0 350 144 127
Binary 10111100 11000101 11111111 11010 10111 0 0 11101000 1100100 1010111

Color Harmonies of #BCC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5FF

Black with #BCC5FF

Text Example


Text Example

White with #BCC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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