Html Css Color HEX #BCC4F7 Lavender Blue

📋 copy color: '#BCC4F7'

red 188 ◦ green 196 ◦ blue 247

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

Shades of Lavender Blue #BCC4F7

Tints of Lavender Blue #BCC4F7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.06%

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 29.79%
G = 31.06%
B = 39.14%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCC4F7 (or 0xBCC4F7) is known color: Lavender Blue. HEX triplet: BC, C4 and F7. RGB value is (188,196,247). Sum of RGB (Red+Green+Blue) = 188+196+247=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCC4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F7 is #433B08. Grayscale: #C7C7C7. Windows color (decimal): -4406025 or 16237756. OLE color: 16237756.

HSL color Cylindrical-coordinate representation of color #BCC4F7: hue angle of 231.86º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC4F7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 196 247 -
CMYK 0.24 0.21 0 0.03
HSL 231.86º 0.79% 0.85% -
HSV(B) 231.86º 0.24% 0.97% -
XYZ 57.27 56.89 95.96 -
YUV 199.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 188 196 247 0.24 0.21 0 0.03 231.86 0.79 0.85
Hex BC C4 F7 18 15 0 3 E8 4F 55
Octal 274 304 367 30 25 0 3 350 117 125
Binary 10111100 11000100 11110111 11000 10101 0 11 11101000 1001111 1010101

Color Harmonies of #BCC4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4F7

Black with #BCC4F7

Text Example


Text Example

White with #BCC4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4F7; }

 p { color: rgb(188,196,247); }

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

background-color css

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

 a { background-color: rgb(188,196,247); }

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

border-color css

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

 span { border-color: rgb(188,196,247); }

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