Html Css Color HEX #BCC3FC Lavender Blue

📋 copy color: '#BCC3FC'

red 188 ◦ green 195 ◦ blue 252

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

Shades of Lavender Blue #BCC3FC

Tints of Lavender Blue #BCC3FC

RGB

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

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

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

R = 29.61%
G = 30.71%
B = 39.69%

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

#BCC3FC (or 0xBCC3FC) is known color: Lavender Blue. HEX triplet: BC, C3 and FC. RGB value is (188,195,252). Sum of RGB (Red+Green+Blue) = 188+195+252=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3FC is #433C03. Grayscale: #C7C7C7. Windows color (decimal): -4406276 or 16565180. OLE color: 16565180.

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

Color convert

RGB 188 195 252 -
CMYK 0.25 0.23 0 0.01
HSL 233.44º 0.91% 0.86% -
HSV(B) 233.44º 0.25% 0.99% -
XYZ 57.82 56.75 100 -
YUV 199.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 188 195 252 0.25 0.23 0 0.01 233.44 0.91 0.86
Hex BC C3 FC 19 17 0 1 E9 5B 56
Octal 274 303 374 31 27 0 1 351 133 126
Binary 10111100 11000011 11111100 11001 10111 0 1 11101001 1011011 1010110

Color Harmonies of #BCC3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC3FC

Black with #BCC3FC

Text Example


Text Example

White with #BCC3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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