Html Css Color HEX #BECEFF Lavender Blue

📋 copy color: '#BECEFF'

red 190 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #BECEFF

Tints of Lavender Blue #BECEFF

RGB

 RED value IS 190 (74.61% from 255) = 29.19%

 GREEN value IS 206 (80.86% from 255) = 31.64%

 BLUE value IS 255 (100% from 255) = 39.17%

R = 29.19%
G = 31.64%
B = 39.17%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BECEFF (or 0xBECEFF) is known color: Lavender Blue. HEX triplet: BE, CE and FF. RGB value is (190,206,255). Sum of RGB (Red+Green+Blue) = 190+206+255=651 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.19% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #BECEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFF is #413100. Grayscale: #CECECE. Windows color (decimal): -4272385 or 16764606. OLE color: 16764606.

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

Color convert

RGB 190 206 255 -
CMYK 0.25 0.19 0 0
HSL 225.23º 1% 0.87% -
HSV(B) 225.23º 0.25% 1% -
XYZ 61.36 62.31 103.4 -
YUV 206.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 190 206 255 0.25 0.19 0 0 225.23 1 0.87
Hex BE CE FF 19 13 0 0 E1 64 57
Octal 276 316 377 31 23 0 0 341 144 127
Binary 10111110 11001110 11111111 11001 10011 0 0 11100001 1100100 1010111

Color Harmonies of #BECEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEFF

Black with #BECEFF

Text Example


Text Example

White with #BECEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEFF; }

 p { color: rgb(190,206,255); }

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

background-color css

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

 a { background-color: rgb(190,206,255); }

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

border-color css

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

 span { border-color: rgb(190,206,255); }

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