Html Css Color HEX #BCC0FA Lavender Blue

📋 copy color: '#BCC0FA'

red 188 ◦ green 192 ◦ blue 250

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

Shades of Lavender Blue #BCC0FA

Tints of Lavender Blue #BCC0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.48%

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 29.84%
G = 30.48%
B = 39.68%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC0FA (or 0xBCC0FA) is known color: Lavender Blue. HEX triplet: BC, C0 and FA. RGB value is (188,192,250). Sum of RGB (Red+Green+Blue) = 188+192+250=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0FA is #433F05. Grayscale: #C5C5C5. Windows color (decimal): -4407046 or 16433340. OLE color: 16433340.

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

Color convert

RGB 188 192 250 -
CMYK 0.25 0.23 0 0.02
HSL 236.13º 0.86% 0.86% -
HSV(B) 236.13º 0.25% 0.98% -
XYZ 56.84 55.29 98.12 -
YUV 197.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 188 192 250 0.25 0.23 0 0.02 236.13 0.86 0.86
Hex BC C0 FA 19 17 0 2 EC 56 56
Octal 274 300 372 31 27 0 2 354 126 126
Binary 10111100 11000000 11111010 11001 10111 0 10 11101100 1010110 1010110

Color Harmonies of #BCC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0FA

Black with #BCC0FA

Text Example


Text Example

White with #BCC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0FA; }

 p { color: rgb(188,192,250); }

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

background-color css

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

 a { background-color: rgb(188,192,250); }

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

border-color css

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

 span { border-color: rgb(188,192,250); }

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