#BDCAED

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

Shades of Periwinkle #BDCAED

Tints of Periwinkle #BDCAED

Color information

#BDCAED (or 0xBDCAED) is unknown color: approx Periwinkle. HEX triplet: BD, CA and ED. RGB value is (189,202,237). Sum of RGB (Red+Green+Blue) = 189+202+237=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAED is #423512. Grayscale: #C9C9C9. Windows color (decimal): -4338963 or 15583933. OLE color: 15583933.

HSL color Cylindrical-coordinate representation of color #BDCAED: hue angle of 223.75º degrees, saturation: 0.57, 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 #BDCAED is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189202237-
CMYK0.200.1500.07
HSL223.75º57.14%83.53%-
HSV(B)223.75º20.25%92.94%-
XYZ57.3959.1788.52-
YUV202.1147.69118.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=30.10%
G=32.17%
B=37.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892022370.200.1500.07223.7557.1483.53
HexBDCAED14F07e03954
Octal27531235524170734071124
Binary1011110111001010111011011010011110111111000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCAED; }

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

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

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

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

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

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

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

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