#BDCFF4

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

Shades of Periwinkle #BDCFF4

Tints of Periwinkle #BDCFF4

Color information

#BDCFF4 (or 0xBDCFF4) is unknown color: approx Periwinkle. HEX triplet: BD, CF and F4. RGB value is (189,207,244). Sum of RGB (Red+Green+Blue) = 189+207+244=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 244 (95.70% from 255 or 38.12% from 640); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFF4 is #42300B. Grayscale: #CDCDCD. Windows color (decimal): -4337676 or 16043965. OLE color: 16043965.

HSL color Cylindrical-coordinate representation of color #BDCFF4: hue angle of 220.36º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCFF4 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189207244-
CMYK0.230.1500.04
HSL220.36º71.43%84.9%-
HSV(B)220.36º22.54%95.69%-
XYZ59.6361.9894.41-
YUV205.84149.54115.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 244 (95.70% from 255) = 38.12%
R=29.53%
G=32.34%
B=38.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892072440.230.1500.04220.3671.4384.9
HexBDCFF417F04dc4755
Octal275317364271704334107125
Binary10111101110011111111010010111111101001101110010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCFF4; }

 p { color: rgb(189,207,244); }

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

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

 a { background-color: rgb(189,207,244); }

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

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

 span { border-color: rgb(189,207,244); }

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