Html Css Color HEX #BCC4F9 Lavender Blue

📋 copy color: '#BCC4F9'

red 188 ◦ green 196 ◦ blue 249

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

Shades of Lavender Blue #BCC4F9

Tints of Lavender Blue #BCC4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 29.7%
G = 30.96%
B = 39.34%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC4F9 (or 0xBCC4F9) is known color: Lavender Blue. HEX triplet: BC, C4 and F9. RGB value is (188,196,249). Sum of RGB (Red+Green+Blue) = 188+196+249=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F9 is #433B06. Grayscale: #C7C7C7. Windows color (decimal): -4406023 or 16368828. OLE color: 16368828.

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

Color convert

RGB 188 196 249 -
CMYK 0.24 0.21 0 0.02
HSL 232.13º 0.84% 0.86% -
HSV(B) 232.13º 0.24% 0.98% -
XYZ 57.58 57.01 97.59 -
YUV 199.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 188 196 249 0.24 0.21 0 0.02 232.13 0.84 0.86
Hex BC C4 F9 18 15 0 2 E8 54 56
Octal 274 304 371 30 25 0 2 350 124 126
Binary 10111100 11000100 11111001 11000 10101 0 10 11101000 1010100 1010110

Color Harmonies of #BCC4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4F9

Black with #BCC4F9

Text Example


Text Example

White with #BCC4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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