Html Css Color HEX #BECFEE Periwinkle

📋 copy color: '#BECFEE'

red 190 ◦ green 207 ◦ blue 238

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

Shades of Periwinkle #BECFEE

Tints of Periwinkle #BECFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 238 (93.36% from 255) = 37.48%

R = 29.92%
G = 32.6%
B = 37.48%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECFEE (or 0xBECFEE) is known color: Periwinkle. HEX triplet: BE, CF and EE. RGB value is (190,207,238). Sum of RGB (Red+Green+Blue) = 190+207+238=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFEE is #413011. Grayscale: #CDCDCD. Windows color (decimal): -4272146 or 15650750. OLE color: 15650750.

HSL color Cylindrical-coordinate representation of color #BECFEE: hue angle of 218.75º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BECFEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 207 238 -
CMYK 0.20 0.13 0 0.07
HSL 218.75º 0.59% 0.84% -
HSV(B) 218.75º 0.2% 0.93% -
XYZ 58.98 61.75 89.7 -
YUV 205.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 190 207 238 0.20 0.13 0 0.07 218.75 0.59 0.84
Hex BE CF EE 14 D 0 7 DB 3B 54
Octal 276 317 356 24 15 0 7 333 73 124
Binary 10111110 11001111 11101110 10100 1101 0 111 11011011 111011 1010100

Color Harmonies of #BECFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFEE

Black with #BECFEE

Text Example


Text Example

White with #BECFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFEE; }

 p { color: rgb(190,207,238); }

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

background-color css

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

 a { background-color: rgb(190,207,238); }

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

border-color css

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

 span { border-color: rgb(190,207,238); }

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