Html Css Color HEX #BDC0FC Lavender Blue

📋 copy color: '#BDC0FC'

red 189 ◦ green 192 ◦ blue 252

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

Shades of Lavender Blue #BDC0FC

Tints of Lavender Blue #BDC0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 29.86%
G = 30.33%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDC0FC (or 0xBDC0FC) is known color: Lavender Blue. HEX triplet: BD, C0 and FC. RGB value is (189,192,252). Sum of RGB (Red+Green+Blue) = 189+192+252=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FC is #423F03. Grayscale: #C5C5C5. Windows color (decimal): -4341508 or 16564413. OLE color: 16564413.

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

Color convert

RGB 189 192 252 -
CMYK 0.25 0.24 0 0.01
HSL 237.14º 0.91% 0.86% -
HSV(B) 237.14º 0.25% 0.99% -
XYZ 57.41 55.55 99.79 -
YUV 197.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 189 192 252 0.25 0.24 0 0.01 237.14 0.91 0.86
Hex BD C0 FC 19 18 0 1 ED 5B 56
Octal 275 300 374 31 30 0 1 355 133 126
Binary 10111101 11000000 11111100 11001 11000 0 1 11101101 1011011 1010110

Color Harmonies of #BDC0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC0FC

Black with #BDC0FC

Text Example


Text Example

White with #BDC0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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