Html Css Color HEX #BCC5FB Lavender Blue

📋 copy color: '#BCC5FB'

red 188 ◦ green 197 ◦ blue 251

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

Shades of Lavender Blue #BCC5FB

Tints of Lavender Blue #BCC5FB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.97%

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

R = 29.56%
G = 30.97%
B = 39.47%

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

#BCC5FB (or 0xBCC5FB) is known color: Lavender Blue. HEX triplet: BC, C5 and FB. RGB value is (188,197,251). Sum of RGB (Red+Green+Blue) = 188+197+251=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5FB is #433A04. Grayscale: #C8C8C8. Windows color (decimal): -4405765 or 16500156. OLE color: 16500156.

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

Color convert

RGB 188 197 251 -
CMYK 0.25 0.22 0 0.02
HSL 231.43º 0.89% 0.86% -
HSV(B) 231.43º 0.25% 0.98% -
XYZ 58.12 57.59 99.32 -
YUV 200.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 188 197 251 0.25 0.22 0 0.02 231.43 0.89 0.86
Hex BC C5 FB 19 16 0 2 E7 59 56
Octal 274 305 373 31 26 0 2 347 131 126
Binary 10111100 11000101 11111011 11001 10110 0 10 11100111 1011001 1010110

Color Harmonies of #BCC5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5FB

Black with #BCC5FB

Text Example


Text Example

White with #BCC5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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