Html Css Color HEX #B9C2FD Lavender Blue

📋 copy color: '#B9C2FD'

red 185 ◦ green 194 ◦ blue 253

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

Shades of Lavender Blue #B9C2FD

Tints of Lavender Blue #B9C2FD

RGB

 RED value IS 185 (72.66% from 255) = 29.27%

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

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

R = 29.27%
G = 30.7%
B = 40.03%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9C2FD (or 0xB9C2FD) is known color: Lavender Blue. HEX triplet: B9, C2 and FD. RGB value is (185,194,253). Sum of RGB (Red+Green+Blue) = 185+194+253=632 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.27% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9C2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C2FD is #463D02. Grayscale: #C5C5C5. Windows color (decimal): -4603139 or 16630457. OLE color: 16630457.

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

Color convert

RGB 185 194 253 -
CMYK 0.27 0.23 0 0.01
HSL 232.06º 0.94% 0.86% -
HSV(B) 232.06º 0.27% 0.99% -
XYZ 57.03 55.99 100.73 -
YUV 198.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 185 194 253 0.27 0.23 0 0.01 232.06 0.94 0.86
Hex B9 C2 FD 1B 17 0 1 E8 5E 56
Octal 271 302 375 33 27 0 1 350 136 126
Binary 10111001 11000010 11111101 11011 10111 0 1 11101000 1011110 1010110

Color Harmonies of #B9C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C2FD

Black with #B9C2FD

Text Example


Text Example

White with #B9C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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