Html Css Color HEX #BCCAFD Lavender Blue

📋 copy color: '#BCCAFD'

red 188 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #BCCAFD

Tints of Lavender Blue #BCCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.42%

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

R = 29.24%
G = 31.42%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCCAFD (or 0xBCCAFD) is known color: Lavender Blue. HEX triplet: BC, CA and FD. RGB value is (188,202,253). Sum of RGB (Red+Green+Blue) = 188+202+253=643 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.24% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAFD is #433502. Grayscale: #CBCBCB. Windows color (decimal): -4404483 or 16632508. OLE color: 16632508.

HSL color Cylindrical-coordinate representation of color #BCCAFD: hue angle of 227.08º 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 #BCCAFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 202 253 -
CMYK 0.26 0.20 0 0.01
HSL 227.08º 0.94% 0.86% -
HSV(B) 227.08º 0.26% 0.99% -
XYZ 59.59 60.02 101.37 -
YUV 203.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 188 202 253 0.26 0.20 0 0.01 227.08 0.94 0.86
Hex BC CA FD 1A 14 0 1 E3 5E 56
Octal 274 312 375 32 24 0 1 343 136 126
Binary 10111100 11001010 11111101 11010 10100 0 1 11100011 1011110 1010110

Color Harmonies of #BCCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAFD

Black with #BCCAFD

Text Example


Text Example

White with #BCCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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