Html Css Color HEX #BDC2F2 Lavender Blue

📋 copy color: '#BDC2F2'

red 189 ◦ green 194 ◦ blue 242

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

Shades of Lavender Blue #BDC2F2

Tints of Lavender Blue #BDC2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 30.24%
G = 31.04%
B = 38.72%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDC2F2 (or 0xBDC2F2) is known color: Lavender Blue. HEX triplet: BD, C2 and F2. RGB value is (189,194,242). Sum of RGB (Red+Green+Blue) = 189+194+242=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F2 is #423D0D. Grayscale: #C5C5C5. Windows color (decimal): -4341006 or 15909565. OLE color: 15909565.

HSL color Cylindrical-coordinate representation of color #BDC2F2: hue angle of 234.34º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDC2F2 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 194 242 -
CMYK 0.22 0.20 0 0.05
HSL 234.34º 0.67% 0.85% -
HSV(B) 234.34º 0.22% 0.95% -
XYZ 56.31 55.81 91.81 -
YUV 197.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 189 194 242 0.22 0.20 0 0.05 234.34 0.67 0.85
Hex BD C2 F2 16 14 0 5 EA 43 55
Octal 275 302 362 26 24 0 5 352 103 125
Binary 10111101 11000010 11110010 10110 10100 0 101 11101010 1000011 1010101

Color Harmonies of #BDC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2F2

Black with #BDC2F2

Text Example


Text Example

White with #BDC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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