Html Css Color HEX #BCC0F9 Lavender Blue

📋 copy color: '#BCC0F9'

red 188 ◦ green 192 ◦ blue 249

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

Shades of Lavender Blue #BCC0F9

Tints of Lavender Blue #BCC0F9

RGB

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

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

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

R = 29.89%
G = 30.52%
B = 39.59%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCC0F9 (or 0xBCC0F9) is known color: Lavender Blue. HEX triplet: BC, C0 and F9. RGB value is (188,192,249). Sum of RGB (Red+Green+Blue) = 188+192+249=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0F9 is #433F06. Grayscale: #C5C5C5. Windows color (decimal): -4407047 or 16367804. OLE color: 16367804.

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

Color convert

RGB 188 192 249 -
CMYK 0.24 0.23 0 0.02
HSL 236.07º 0.84% 0.86% -
HSV(B) 236.07º 0.24% 0.98% -
XYZ 56.69 55.23 97.3 -
YUV 197.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 188 192 249 0.24 0.23 0 0.02 236.07 0.84 0.86
Hex BC C0 F9 18 17 0 2 EC 54 56
Octal 274 300 371 30 27 0 2 354 124 126
Binary 10111100 11000000 11111001 11000 10111 0 10 11101100 1010100 1010110

Color Harmonies of #BCC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC0F9

Black with #BCC0F9

Text Example


Text Example

White with #BCC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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