Html Css Color HEX #BCC2FD Lavender Blue

📋 copy color: '#BCC2FD'

red 188 ◦ green 194 ◦ blue 253

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

Shades of Lavender Blue #BCC2FD

Tints of Lavender Blue #BCC2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.55%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 29.61%
G = 30.55%
B = 39.84%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCC2FD (or 0xBCC2FD) is known color: Lavender Blue. HEX triplet: BC, C2 and FD. RGB value is (188,194,253). Sum of RGB (Red+Green+Blue) = 188+194+253=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2FD is #433D02. Grayscale: #C6C6C6. Windows color (decimal): -4406531 or 16630460. OLE color: 16630460.

HSL color Cylindrical-coordinate representation of color #BCC2FD: hue angle of 234.46º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCC2FD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 194 253 -
CMYK 0.26 0.23 0 0.01
HSL 234.46º 0.94% 0.86% -
HSV(B) 234.46º 0.26% 0.99% -
XYZ 57.76 56.37 100.76 -
YUV 198.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 188 194 253 0.26 0.23 0 0.01 234.46 0.94 0.86
Hex BC C2 FD 1A 17 0 1 EA 5E 56
Octal 274 302 375 32 27 0 1 352 136 126
Binary 10111100 11000010 11111101 11010 10111 0 1 11101010 1011110 1010110

Color Harmonies of #BCC2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2FD

Black with #BCC2FD

Text Example


Text Example

White with #BCC2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2FD; }

 p { color: rgb(188,194,253); }

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

background-color css

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

 a { background-color: rgb(188,194,253); }

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

border-color css

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

 span { border-color: rgb(188,194,253); }

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