Html Css Color HEX #BDC2FF Lavender Blue

📋 copy color: '#BDC2FF'

red 189 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #BDC2FF

Tints of Lavender Blue #BDC2FF

RGB

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

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

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

R = 29.62%
G = 30.41%
B = 39.97%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDC2FF (or 0xBDC2FF) is known color: Lavender Blue. HEX triplet: BD, C2 and FF. RGB value is (189,194,255). Sum of RGB (Red+Green+Blue) = 189+194+255=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2FF is #423D00. Grayscale: #C7C7C7. Windows color (decimal): -4340993 or 16761533. OLE color: 16761533.

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

Color convert

RGB 189 194 255 -
CMYK 0.26 0.24 0 0
HSL 235.45º 1% 0.87% -
HSV(B) 235.45º 0.26% 1% -
XYZ 58.33 56.62 102.46 -
YUV 199.46 159.34 120.54 -
System Red Green Blue C M Y K H S L
Decimal 189 194 255 0.26 0.24 0 0 235.45 1 0.87
Hex BD C2 FF 1A 18 0 0 EB 64 57
Octal 275 302 377 32 30 0 0 353 144 127
Binary 10111101 11000010 11111111 11010 11000 0 0 11101011 1100100 1010111

Color Harmonies of #BDC2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2FF

Black with #BDC2FF

Text Example


Text Example

White with #BDC2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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