Html Css Color HEX #BCC4FD Lavender Blue

📋 copy color: '#BCC4FD'

red 188 ◦ green 196 ◦ blue 253

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

Shades of Lavender Blue #BCC4FD

Tints of Lavender Blue #BCC4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.72%

R = 29.51%
G = 30.77%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC4FD (or 0xBCC4FD) is known color: Lavender Blue. HEX triplet: BC, C4 and FD. RGB value is (188,196,253). Sum of RGB (Red+Green+Blue) = 188+196+253=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FD is #433B02. Grayscale: #C7C7C7. Windows color (decimal): -4406019 or 16630972. OLE color: 16630972.

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

Color convert

RGB 188 196 253 -
CMYK 0.26 0.23 0 0.01
HSL 232.62º 0.94% 0.86% -
HSV(B) 232.62º 0.26% 0.99% -
XYZ 58.21 57.26 100.91 -
YUV 200.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 188 196 253 0.26 0.23 0 0.01 232.62 0.94 0.86
Hex BC C4 FD 1A 17 0 1 E9 5E 56
Octal 274 304 375 32 27 0 1 351 136 126
Binary 10111100 11000100 11111101 11010 10111 0 1 11101001 1011110 1010110

Color Harmonies of #BCC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4FD

Black with #BCC4FD

Text Example


Text Example

White with #BCC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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