Html Css Color HEX #BED0FA Periwinkle

📋 copy color: '#BED0FA'

red 190 ◦ green 208 ◦ blue 250

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

Shades of Periwinkle #BED0FA

Tints of Periwinkle #BED0FA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.1%

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 29.32%
G = 32.1%
B = 38.58%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BED0FA (or 0xBED0FA) is known color: Periwinkle. HEX triplet: BE, D0 and FA. RGB value is (190,208,250). Sum of RGB (Red+Green+Blue) = 190+208+250=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 208 (81.64% from 255 or 32.10% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #BED0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED0FA is #412F05. Grayscale: #CFCFCF. Windows color (decimal): -4271878 or 16437438. OLE color: 16437438.

HSL color Cylindrical-coordinate representation of color #BED0FA: hue angle of 222º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED0FA is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 208 250 -
CMYK 0.24 0.17 0 0.02
HSL 222º 0.86% 0.86% -
HSV(B) 222º 0.24% 0.98% -
XYZ 61.05 62.96 99.38 -
YUV 207.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 190 208 250 0.24 0.17 0 0.02 222 0.86 0.86
Hex BE D0 FA 18 11 0 2 DE 56 56
Octal 276 320 372 30 21 0 2 336 126 126
Binary 10111110 11010000 11111010 11000 10001 0 10 11011110 1010110 1010110

Color Harmonies of #BED0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0FA

Black with #BED0FA

Text Example


Text Example

White with #BED0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0FA; }

 p { color: rgb(190,208,250); }

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

background-color css

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

 a { background-color: rgb(190,208,250); }

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

border-color css

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

 span { border-color: rgb(190,208,250); }

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