Html Css Color HEX #BCC6FF Lavender Blue

📋 copy color: '#BCC6FF'

red 188 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #BCC6FF

Tints of Lavender Blue #BCC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.89%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 29.33%
G = 30.89%
B = 39.78%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCC6FF (or 0xBCC6FF) is known color: Lavender Blue. HEX triplet: BC, C6 and FF. RGB value is (188,198,255). Sum of RGB (Red+Green+Blue) = 188+198+255=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6FF is #433900. Grayscale: #C9C9C9. Windows color (decimal): -4405505 or 16762556. OLE color: 16762556.

HSL color Cylindrical-coordinate representation of color #BCC6FF: hue angle of 231.04º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC6FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 198 255 -
CMYK 0.26 0.22 0 0
HSL 231.04º 1% 0.87% -
HSV(B) 231.04º 0.26% 1% -
XYZ 58.98 58.3 102.75 -
YUV 201.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 188 198 255 0.26 0.22 0 0 231.04 1 0.87
Hex BC C6 FF 1A 16 0 0 E7 64 57
Octal 274 306 377 32 26 0 0 347 144 127
Binary 10111100 11000110 11111111 11010 10110 0 0 11100111 1100100 1010111

Color Harmonies of #BCC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6FF

Black with #BCC6FF

Text Example


Text Example

White with #BCC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6FF; }

 p { color: rgb(188,198,255); }

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

background-color css

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

 a { background-color: rgb(188,198,255); }

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

border-color css

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

 span { border-color: rgb(188,198,255); }

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