Html Css Color HEX #BCC4FB Lavender Blue

📋 copy color: '#BCC4FB'

red 188 ◦ green 196 ◦ blue 251

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

Shades of Lavender Blue #BCC4FB

Tints of Lavender Blue #BCC4FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.53%

R = 29.61%
G = 30.87%
B = 39.53%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC4FB (or 0xBCC4FB) is known color: Lavender Blue. HEX triplet: BC, C4 and FB. RGB value is (188,196,251). Sum of RGB (Red+Green+Blue) = 188+196+251=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4FB is #433B04. Grayscale: #C7C7C7. Windows color (decimal): -4406021 or 16499900. OLE color: 16499900.

HSL color Cylindrical-coordinate representation of color #BCC4FB: hue angle of 232.38º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC4FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 196 251 -
CMYK 0.25 0.22 0 0.02
HSL 232.38º 0.89% 0.86% -
HSV(B) 232.38º 0.25% 0.98% -
XYZ 57.89 57.14 99.24 -
YUV 199.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 188 196 251 0.25 0.22 0 0.02 232.38 0.89 0.86
Hex BC C4 FB 19 16 0 2 E8 59 56
Octal 274 304 373 31 26 0 2 350 131 126
Binary 10111100 11000100 11111011 11001 10110 0 10 11101000 1011001 1010110

Color Harmonies of #BCC4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4FB

Black with #BCC4FB

Text Example


Text Example

White with #BCC4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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