Html Css Color HEX #BDCCFE Lavender Blue

📋 copy color: '#BDCCFE'

red 189 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #BDCCFE

Tints of Lavender Blue #BDCCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.53%

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 29.21%
G = 31.53%
B = 39.26%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDCCFE (or 0xBDCCFE) is known color: Lavender Blue. HEX triplet: BD, CC and FE. RGB value is (189,204,254). Sum of RGB (Red+Green+Blue) = 189+204+254=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCFE is #423301. Grayscale: #CDCDCD. Windows color (decimal): -4338434 or 16698557. OLE color: 16698557.

HSL color Cylindrical-coordinate representation of color #BDCCFE: hue angle of 226.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCCFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 204 254 -
CMYK 0.26 0.20 0 0.00
HSL 226.15º 0.97% 0.87% -
HSV(B) 226.15º 0.26% 1% -
XYZ 60.47 61.16 102.38 -
YUV 205.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 189 204 254 0.26 0.20 0 0.00 226.15 0.97 0.87
Hex BD CC FE 1A 14 0 0 E2 61 57
Octal 275 314 376 32 24 0 0 342 141 127
Binary 10111101 11001100 11111110 11010 10100 0 0 11100010 1100001 1010111

Color Harmonies of #BDCCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCFE

Black with #BDCCFE

Text Example


Text Example

White with #BDCCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCFE; }

 p { color: rgb(189,204,254); }

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

background-color css

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

 a { background-color: rgb(189,204,254); }

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

border-color css

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

 span { border-color: rgb(189,204,254); }

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