#BDCAEE

Color #BDCAEE Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BDCAEE

Tints of Periwinkle #BDCAEE

Color information

#BDCAEE (or 0xBDCAEE) is unknown color: approx Periwinkle. HEX triplet: BD, CA and EE. RGB value is (189,202,238). Sum of RGB (Red+Green+Blue) = 189+202+238=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAEE is #423511. Grayscale: #CACACA. Windows color (decimal): -4338962 or 15649469. OLE color: 15649469.

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

Color convert

RGB189202238-
CMYK0.210.1500.07
HSL224.08º59.04%83.73%-
HSV(B)224.08º20.59%93.33%-
XYZ57.5459.2389.29-
YUV202.22148.19118.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=30.05%
G=32.11%
B=37.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892022380.210.1500.07224.0859.0483.73
HexBDCAEE15F07e03b54
Octal27531235625170734073124
Binary1011110111001010111011101010111110111111000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAEE; }

 p { color: rgb(189,202,238); }

 H1.HeaderClassName
 {
   color: #BDCAEE;
 }
 .AnyTagClassName
 {
   color: #BDCAEE;
 }
</style>
background-color css

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

 a { background-color: rgb(189,202,238); }

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

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

 span { border-color: rgb(189,202,238); }

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