Html Css Color HEX #BDC4FF Lavender Blue

📋 copy color: '#BDC4FF'

red 189 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #BDC4FF

Tints of Lavender Blue #BDC4FF

RGB

 RED value IS 189 (74.22% from 255) = 29.53%

 GREEN value IS 196 (76.95% from 255) = 30.63%

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

R = 29.53%
G = 30.63%
B = 39.84%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDC4FF (or 0xBDC4FF) is known color: Lavender Blue. HEX triplet: BD, C4 and FF. RGB value is (189,196,255). Sum of RGB (Red+Green+Blue) = 189+196+255=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4FF is #423B00. Grayscale: #C8C8C8. Windows color (decimal): -4340481 or 16762045. OLE color: 16762045.

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

Color convert

RGB 189 196 255 -
CMYK 0.26 0.23 0 0
HSL 233.64º 1% 0.87% -
HSV(B) 233.64º 0.26% 1% -
XYZ 58.78 57.52 102.61 -
YUV 200.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 189 196 255 0.26 0.23 0 0 233.64 1 0.87
Hex BD C4 FF 1A 17 0 0 EA 64 57
Octal 275 304 377 32 27 0 0 352 144 127
Binary 10111101 11000100 11111111 11010 10111 0 0 11101010 1100100 1010111

Color Harmonies of #BDC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4FF

Black with #BDC4FF

Text Example


Text Example

White with #BDC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4FF; }

 p { color: rgb(189,196,255); }

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

background-color css

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

 a { background-color: rgb(189,196,255); }

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

border-color css

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

 span { border-color: rgb(189,196,255); }

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