Html Css Color HEX #BDC2FC Lavender Blue

📋 copy color: '#BDC2FC'

red 189 ◦ green 194 ◦ blue 252

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

Shades of Lavender Blue #BDC2FC

Tints of Lavender Blue #BDC2FC

RGB

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

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

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

R = 29.76%
G = 30.55%
B = 39.69%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDC2FC (or 0xBDC2FC) is known color: Lavender Blue. HEX triplet: BD, C2 and FC. RGB value is (189,194,252). Sum of RGB (Red+Green+Blue) = 189+194+252=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 194 (76.17% from 255 or 30.55% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2FC is #423D03. Grayscale: #C6C6C6. Windows color (decimal): -4340996 or 16564925. OLE color: 16564925.

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

Color convert

RGB 189 194 252 -
CMYK 0.25 0.23 0 0.01
HSL 235.24º 0.91% 0.86% -
HSV(B) 235.24º 0.25% 0.99% -
XYZ 57.85 56.43 99.94 -
YUV 199.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 189 194 252 0.25 0.23 0 0.01 235.24 0.91 0.86
Hex BD C2 FC 19 17 0 1 EB 5B 56
Octal 275 302 374 31 27 0 1 353 133 126
Binary 10111101 11000010 11111100 11001 10111 0 1 11101011 1011011 1010110

Color Harmonies of #BDC2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2FC

Black with #BDC2FC

Text Example


Text Example

White with #BDC2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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