Html Css Color HEX #BECDF0 Periwinkle

📋 copy color: '#BECDF0'

red 190 ◦ green 205 ◦ blue 240

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

Shades of Periwinkle #BECDF0

Tints of Periwinkle #BECDF0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.28%

 BLUE value IS 240 (94.14% from 255) = 37.8%

R = 29.92%
G = 32.28%
B = 37.8%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BECDF0 (or 0xBECDF0) is known color: Periwinkle. HEX triplet: BE, CD and F0. RGB value is (190,205,240). Sum of RGB (Red+Green+Blue) = 190+205+240=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF0 is #41320F. Grayscale: #CCCCCC. Windows color (decimal): -4272656 or 15781310. OLE color: 15781310.

HSL color Cylindrical-coordinate representation of color #BECDF0: hue angle of 222º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECDF0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 205 240 -
CMYK 0.21 0.15 0 0.06
HSL 222º 0.63% 0.84% -
HSV(B) 222º 0.21% 0.94% -
XYZ 58.79 60.9 91.09 -
YUV 204.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 190 205 240 0.21 0.15 0 0.06 222 0.63 0.84
Hex BE CD F0 15 F 0 6 DE 3E 54
Octal 276 315 360 25 17 0 6 336 76 124
Binary 10111110 11001101 11110000 10101 1111 0 110 11011110 111110 1010100

Color Harmonies of #BECDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDF0

Black with #BECDF0

Text Example


Text Example

White with #BECDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDF0; }

 p { color: rgb(190,205,240); }

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

background-color css

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

 a { background-color: rgb(190,205,240); }

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

border-color css

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

 span { border-color: rgb(190,205,240); }

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