Html Css Color HEX #BDC0FB Lavender Blue

📋 copy color: '#BDC0FB'

red 189 ◦ green 192 ◦ blue 251

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

Shades of Lavender Blue #BDC0FB

Tints of Lavender Blue #BDC0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.38%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 29.91%
G = 30.38%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDC0FB (or 0xBDC0FB) is known color: Lavender Blue. HEX triplet: BD, C0 and FB. RGB value is (189,192,251). Sum of RGB (Red+Green+Blue) = 189+192+251=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FB is #423F04. Grayscale: #C5C5C5. Windows color (decimal): -4341509 or 16498877. OLE color: 16498877.

HSL color Cylindrical-coordinate representation of color #BDC0FB: hue angle of 237.1º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC0FB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 192 251 -
CMYK 0.25 0.24 0 0.02
HSL 237.1º 0.89% 0.86% -
HSV(B) 237.1º 0.25% 0.98% -
XYZ 57.25 55.48 98.96 -
YUV 197.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 189 192 251 0.25 0.24 0 0.02 237.1 0.89 0.86
Hex BD C0 FB 19 18 0 2 ED 59 56
Octal 275 300 373 31 30 0 2 355 131 126
Binary 10111101 11000000 11111011 11001 11000 0 10 11101101 1011001 1010110

Color Harmonies of #BDC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0FB

Black with #BDC0FB

Text Example


Text Example

White with #BDC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0FB; }

 p { color: rgb(189,192,251); }

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

background-color css

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

 a { background-color: rgb(189,192,251); }

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

border-color css

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

 span { border-color: rgb(189,192,251); }

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