#BFCBEF

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

Shades of Periwinkle #BFCBEF

Tints of Periwinkle #BFCBEF

Color information

#BFCBEF (or 0xBFCBEF) is unknown color: approx Periwinkle. HEX triplet: BF, CB and EF. RGB value is (191,203,239). Sum of RGB (Red+Green+Blue) = 191+203+239=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFCBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEF is #403410. Grayscale: #CBCBCB. Windows color (decimal): -4207633 or 15715263. OLE color: 15715263.

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

Color convert

RGB191203239-
CMYK0.200.1500.06
HSL225º60%84.31%-
HSV(B)225º20.08%93.73%-
XYZ58.4260.0290.17-
YUV203.52148.02119.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=30.17%
G=32.07%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912032390.200.1500.062256084.31
HexBFCBEF14F06e13c54
Octal27731335724170634174124
Binary1011111111001011111011111010011110110111000011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBEF; }

 p { color: rgb(191,203,239); }

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

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

 a { background-color: rgb(191,203,239); }

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

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

 span { border-color: rgb(191,203,239); }

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