Html Css Color HEX #BCC1FC Lavender Blue

📋 copy color: '#BCC1FC'

red 188 ◦ green 193 ◦ blue 252

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

Shades of Lavender Blue #BCC1FC

Tints of Lavender Blue #BCC1FC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.49%

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 29.7%
G = 30.49%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC1FC (or 0xBCC1FC) is known color: Lavender Blue. HEX triplet: BC, C1 and FC. RGB value is (188,193,252). Sum of RGB (Red+Green+Blue) = 188+193+252=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1FC is #433E03. Grayscale: #C5C5C5. Windows color (decimal): -4406788 or 16564668. OLE color: 16564668.

HSL color Cylindrical-coordinate representation of color #BCC1FC: hue angle of 235.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC1FC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 193 252 -
CMYK 0.25 0.23 0 0.01
HSL 235.31º 0.91% 0.86% -
HSV(B) 235.31º 0.25% 0.99% -
XYZ 57.38 55.86 99.85 -
YUV 198.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 188 193 252 0.25 0.23 0 0.01 235.31 0.91 0.86
Hex BC C1 FC 19 17 0 1 EB 5B 56
Octal 274 301 374 31 27 0 1 353 133 126
Binary 10111100 11000001 11111100 11001 10111 0 1 11101011 1011011 1010110

Color Harmonies of #BCC1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC1FC

Black with #BCC1FC

Text Example


Text Example

White with #BCC1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC1FC; }

 p { color: rgb(188,193,252); }

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

background-color css

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

 a { background-color: rgb(188,193,252); }

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

border-color css

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

 span { border-color: rgb(188,193,252); }

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